google cloud?

This commit is contained in:
ForeverPyrite
2024-12-21 11:47:53 -05:00
parent cde37492af
commit 613cfabb5a

View File

@@ -3,9 +3,7 @@ services:
build: . build: .
container_name: screw-bardo-container container_name: screw-bardo-container
ports: ports:
- "1986:1986" - "$PORT:1986"
env_file:
- .env
volumes: volumes:
- ./logs:/app/logs - ./logs:/app/logs
restart: unless-stopped restart: unless-stopped