site/docker-compose.yml
overasyco 495b071482
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 14s
Update docker-compose.yml
2025-07-23 18:00:28 +00:00

13 lines
No EOL
241 B
YAML

version: "3.8"
services:
client:
build: .
container_name: client
restart: unless-stopped
ports:
- "3000:3000"
environment:
NODE_ENV: production
volumes:
- /var/run/docker.sock:/var/run/docker.sock