chore: update siklos/goldengames compose (Portainer migration)

This commit is contained in:
2026-05-07 04:27:03 +00:00
parent da87c9c9f5
commit 529ae6f5e0
+2 -2
View File
@@ -1,12 +1,12 @@
services: services:
goldengames: goldengames:
build: . image: goldengames:local
container_name: goldengames container_name: goldengames
restart: unless-stopped restart: unless-stopped
ports: ports:
- "3030:3000" - "3030:3000"
volumes: volumes:
- ./data:/app/data - /srv/docker/goldengames/data:/app/data
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- DATA_DIR=/app/data - DATA_DIR=/app/data