Phase 0: deployment shell

This commit is contained in:
2026-07-21 20:48:28 +00:00
commit b063f3f34b
11 changed files with 1180 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
lifegame:
build: .
container_name: lifegame
restart: unless-stopped
environment:
- PORT=3000
- NODE_ENV=production
- DATA_DIR=/app/data
volumes:
- lifegame-data:/app/data
networks:
- proxy-net
networks:
proxy-net:
external: true
volumes:
lifegame-data: