-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yml
More file actions
27 lines (27 loc) · 659 Bytes
/
Copy pathcompose.yml
File metadata and controls
27 lines (27 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: '3.9'
services:
gluetun:
image: qmcgaw/gluetun
cap_add:
- NET_ADMIN
env_file: .env
ports:
- 9091:9091
- 51413:51413
- 51413:51413/udp
networks:
- vpn
- caddy
deploy:
labels:
traefik.enable: 'true'
traefik.http.services.gluetun.loadbalancer.server.port: 8000
traefik.http.routers.gluetun.rule: Host(`gluetun.marcpartensky.com`)
traefik.http.routers.gluetun.entrypoints: websecure
traefik.http.routers.gluetun.tls.certresolver: tls
traefik.http.routers.gluetun.middlewares: ldap_auth
networks:
vpn:
external: true
caddy:
external: true