summaryrefslogtreecommitdiff
path: root/roles/authelia
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-05 16:13:01 -0500
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-05 16:13:01 -0500
commitfb0b3914086484d9284426985984e2c1699ba557 (patch)
tree963a2288a3b33f389972a78efaf3b6462bbe1925 /roles/authelia
parentb62d5f559b81556a1dd6197c72a0c43ba1744477 (diff)
downloadoldinfra-fb0b3914086484d9284426985984e2c1699ba557.tar.gz
oldinfra-fb0b3914086484d9284426985984e2c1699ba557.zip
ldap, internal CA, internal webserver, dns, etc.
Diffstat (limited to 'roles/authelia')
-rw-r--r--roles/authelia/templates/docker-compose.yml.j24
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/authelia/templates/docker-compose.yml.j2 b/roles/authelia/templates/docker-compose.yml.j2
index b60545f..aa53bb9 100644
--- a/roles/authelia/templates/docker-compose.yml.j2
+++ b/roles/authelia/templates/docker-compose.yml.j2
@@ -7,8 +7,10 @@ services:
volumes:
- ./authelia:/config
ports:
- - 9091:9091
+ - 127.0.0.1:9091:9091
restart: unless-stopped
+ dns:
+ - {{ johan_ip }}
redis:
image: redis:alpine
container_name: redis