site/docker-compose.yml
William Diakite e3584623b3
All checks were successful
Deploy SvelteKit / deploy (push) Successful in 1m6s
clean docker-compose
2025-07-23 18:09:26 -04:00

11 lines
226 B
YAML

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