|
|
@@ -15,6 +15,9 @@ services:
|
|
|
- "10.10.20.251:80:80/tcp"
|
|
|
- "10.10.20.251:443:443/tcp"
|
|
|
- "10.10.20.254:8080:8080/tcp"
|
|
|
+ volumes:
|
|
|
+ # So that Traefik can listen to the Docker events
|
|
|
+ - /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
|
|
heimdall:
|
|
|
environment:
|
|
|
@@ -81,7 +84,7 @@ services:
|
|
|
depends_on:
|
|
|
- postgres
|
|
|
labels:
|
|
|
- - "traefik.http.routers.nextcloud.rule=Host(`cloud.playne.au`)"
|
|
|
+ - traefik.http.routers.nextcloud.rule=Host(`cloud.playne.au`)
|
|
|
|
|
|
postgres:
|
|
|
image: postgres:14
|