update installation

This commit is contained in:
David Schroeder
2026-07-28 17:30:17 -05:00
parent 81f65b5173
commit 941ef0691f
14 changed files with 740 additions and 82 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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