Files

12 lines
264 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
image: bus-sg-app:latest
ports:
- "${APP_PORT:-3000}:3000"
environment:
API_ORIGIN: "${API_ORIGIN:-http://host.containers.internal:8067}"
restart: unless-stopped