Files
TA-Deployment-Broker/compose.direct.yaml
T
2026-07-26 15:25:23 -05:00

13 lines
356 B
YAML

# Optional testing override. Do not use on an Internet-facing production VM.
services:
broker:
ports:
- "${BROKER_DIRECT_PORT:-8080}:8080"
gitea:
ports:
- "${GITEA_DIRECT_PORT:-3000}:3000"
environment:
GITEA__server__ROOT_URL: ${GITEA_DIRECT_ROOT_URL:-http://localhost:3000/}
GITEA__session__COOKIE_SECURE: "false"