Update 'Authelia+OpenLDAP+WebUI.yml'

This commit is contained in:
José Valdiviesso 2021-01-04 19:25:36 +00:00
parent 24c0af9b4f
commit 1081237f70
1 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@ services:
- ./authelia:/config
networks:
- default
- LabNetwork
labels:
traefik.enable: true
traefik.http.routers.authelia.rule: Host(`auth.domain.tld`)
@ -47,7 +46,6 @@ services:
- POSTGRES_DB=authelia
networks:
- default
- adminer
volumes:
- ./postgres:/var/lib/postgresql/data
@ -84,7 +82,6 @@ services:
container_name: ldap-user-manager
networks:
- default
- LabNetwork
expose:
- 80
- 443