13 lines
239 B
YAML
13 lines
239 B
YAML
services:
|
|
workparking:
|
|
build:
|
|
context: .
|
|
container_name: workparking
|
|
restart: unless-stopped
|
|
environment:
|
|
NODE_ENV: production
|
|
PORT: 3000
|
|
HOSTNAME: 0.0.0.0
|
|
ports:
|
|
- "127.0.0.1:3011:3000"
|