Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pg_upgrade #7

Closed
wants to merge 20 commits into from
Prev Previous commit
Next Next commit
fix gitea front
  • Loading branch information
Maxim Danilin committed Nov 23, 2018
commit 1f6d4355fb6f32b37b7a2cfd76bcc526720dbc42
2 changes: 1 addition & 1 deletion apps/gitea/docker-compose.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
labels:
- "traefik.enable=true"
- "traefik.port=3000"
- "traefik.frontend.entryPoints=${FRONT_ENTRYS}"
- "traefik.frontend.entryPoints=http,https"
- "traefik.frontend.redirect.entryPoints=${FRONT_REDIR}"
- "traefik.frontend.rule=Host:${GITEA_HOST}"
environment:
Expand Down