|
|
@@ -18,6 +18,7 @@ services:
|
|
|
volumes:
|
|
|
# So that Traefik can listen to the Docker events
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
+ - ./traefik:/etc/traefik/
|
|
|
|
|
|
heimdall:
|
|
|
environment:
|
|
|
@@ -85,6 +86,8 @@ services:
|
|
|
- postgres
|
|
|
labels:
|
|
|
- traefik.http.routers.nextcloud.rule=Host(`cloud.playne.au`)
|
|
|
+ - traefik.http.routers.nextcloud.tls=true
|
|
|
+ - traefik.http.routers.nextcloud.tls.certresolver=le
|
|
|
|
|
|
postgres:
|
|
|
image: postgres:14
|