Files
2026-07-28 17:30:17 -05:00

15 lines
395 B
YAML

# Plain-HTTP testing mode. Do not expose this mode to the public Internet.
services:
broker:
environment:
TAPM_ALLOW_INSECURE_HTTP: "true"
gitea:
environment:
GITEA__server__ROOT_URL: ${GITEA_PUBLIC_URL}
GITEA__session__COOKIE_SECURE: "false"
nginx:
volumes:
- ./deploy/nginx/templates/http.conf.template:/etc/nginx/templates/default.conf.template:ro