Browse Source

setting up nextcloud (hopefully)

Jason Playne 3 years ago
parent
commit
50d56f5d54
1 changed files with 2 additions and 0 deletions
  1. 2 0
      network/docker-compose.yml

+ 2 - 0
network/docker-compose.yml

@@ -80,6 +80,8 @@ services:
       - POSTGRES_HOST=postgres
     depends_on:
       - postgres
+    labels:
+      - "traefik.http.routers.nextcloud.rule=Host(`cloud.playne.au`)"
 
   postgres:
     image: postgres:14