15 lines
395 B
YAML
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
|