chore: update siklos/goldengames compose (Portainer migration)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user