mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2026-02-15 16:50:39 +00:00
Remove remaining references to oauth-proxy (we now have traefik-forward-auth instead!)
This commit is contained in:
@@ -80,13 +80,22 @@ services:
|
||||
image: sameersbn/gitlab:latest
|
||||
env_file: /var/data/config/gitlab/gitlab.env
|
||||
networks:
|
||||
- internal
|
||||
- traefik_public
|
||||
- internal
|
||||
- traefik_public
|
||||
deploy:
|
||||
labels:
|
||||
# traefik common
|
||||
- traefik.enable=true
|
||||
- traefik.docker.network=traefik_public
|
||||
|
||||
# traefikv1
|
||||
- traefik.frontend.rule=Host:gitlab.example.com
|
||||
- traefik.docker.network=traefik
|
||||
- traefik.port=80
|
||||
|
||||
# traefikv2
|
||||
- "traefik.http.routers.gitlab.rule=Host(`gitlab.example.com`)"
|
||||
- "traefik.http.services.gitlab.loadbalancer.server.port=80"
|
||||
- "traefik.enable=true"
|
||||
restart_policy:
|
||||
delay: 10s
|
||||
max_attempts: 10
|
||||
|
||||
Reference in New Issue
Block a user