[add swarmpit]

This commit is contained in:
2024-07-28 14:03:25 +02:00
parent d836f511d4
commit bf14c3166d

View File

@@ -249,7 +249,6 @@
- "traefik.http.routers.whoami.middlewares=privatevpn"
networks:
- public
swarmpit:
image: swarmpit/swarmpit:latest
environment:
@@ -279,7 +278,6 @@
- "traefik.http.services.swarmpit.loadbalancer.server.port=8080"
- "traefik.http.routers.swarmpit.tls=true"
- "traefik.http.routers.swarmpit.middlewares=privatevpn"
db:
image: couchdb:2.3.1
volumes:
@@ -331,35 +329,6 @@
reservations:
cpus: '0.05'
memory: 32M
# forward-auth:
# image: thomseddon/traefik-forward-auth:2.2.0
# environment:
# # env_file: ./appdata/dex/traefik-auth-conf.env
# container_name: forward-auth
# volumes:
# # - ./config.ini:/config.ini:ro
# - ./appdata/dex/traefik-auth-conf.env:/config.ini:ro
# # - /var/data/config/traefik-forward-auth/config.ini:/config.ini:ro
# networks:
# t2_proxy:
# ipv4_address: 192.168.90.193
# labels:
# # traefikv2
# - "traefik.enable=true"
# - "traefik.docker.network=t2_proxy"
# - "traefik.http.routers.auth.rule=Host(`auth.jingoh.fr`)"
# - "traefik.http.routers.auth.entrypoints=https"
# - "traefik.http.routers.auth.tls=true"
# # - "traefik.http.routers.auth.tls.domains[0].main=jingoh.fr"
# # - "traefik.http.routers.auth.tls.domains[0].sans=*.jingoh.fr"
# - "traefik.http.routers.auth.tls.certresolver=letsencrypt-resolver"
# - "traefik.http.routers.auth.service=auth@docker"
# - "traefik.http.services.auth.loadbalancer.server.port=4181"
# - "traefik.http.middlewares.forward-auth.forwardauth.address=http://forward-auth:4181"
# - "traefik.http.middlewares.forward-auth.forwardauth.trustForwardHeader=true"
# - "traefik.http.middlewares.forward-auth.forwardauth.authResponseHeaders=X-Forwarded-User"
networks:
public:
external: true
@@ -377,7 +346,6 @@
external: true
wildcard-jingoh-private.key:
external: true
run_once: true
when: inventory_hostname in groups['docker_swarm_manager']
tags: deploy