townsquare/docker-compose.template.yml
2023-02-27 16:32:45 +00:00

17 lines
375 B
YAML

version: "3.5"
services:
blood_on_the_clocktower:
container_name: frontend
build: "${PROJECT_LOCAL_PATH}"
restart: unless-stopped
volumes:
- "${SSH_KEYS}:/root/.ssh"
environment:
NODE_ENV: development
ports:
- "${NODE_PORT}:8080"
working_dir: /app
logging:
driver: "json-file"
options:
max-size: "200k"