site/docker-compose.yml

12 lines
226 B
YAML
Raw Normal View History

2025-07-22 17:23:13 -04:00
services:
client:
build: .
container_name: client
restart: unless-stopped
ports:
- "3000:3000"
environment:
NODE_ENV: production
2025-07-23 18:00:28 +00:00
volumes:
2025-07-23 18:09:26 -04:00
- /var/run/docker.sock:/var/run/docker.sock