Files
dndextended/docker-compose.yml
T
Alexander Harding 7144ac8fed build fixes
2026-07-31 20:56:22 -04:00

11 lines
284 B
YAML

services:
app:
build: .
container_name: dndextended-app
restart: unless-stopped
ports:
- "${APP_PORT:-3000}:3000"
environment:
NODE_ENV: production
MONGODB_URI: ${MONGODB_URI:-mongodb://mongo:27017/dndextended}
AUTH_SECRET: ${AUTH_SECRET}