11 lines
226 B
YAML
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
|