mirror of
https://github.com/furyhawk/bus_sg_app.git
synced 2026-07-20 17:56:38 +00:00
12 lines
264 B
YAML
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
|