site/docker-compose.yml

13 lines
241 B
YAML
Raw Normal View History

2025-07-22 17:23:13 -04:00
version: "3.8"
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:
- /var/run/docker.sock:/var/run/docker.sock