update installation
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user