dash-registratori/docker-compose.yml

12 lines
201 B
YAML
Raw Permalink Normal View History

services:
app:
container_name: dashregistratori
build:
context: .
restart: unless-stopped
ports:
- 3001:3000
dns: 1.1.1.1
environment:
NODE_ENV: development