Migrate cloud
This commit is contained in:
parent
f3a8de985d
commit
a1f36a44af
2 changed files with 3 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
# - { role: traefik, tags: ["traefik"] }
|
||||
- { role: whoami, tags: ["whoami"] }
|
||||
- { role: protonmail, tags: ["protonmail"] }
|
||||
# - { role: cloud, tags: ["cloud"] }
|
||||
- { role: cloud, tags: ["cloud"] }
|
||||
- { role: home_assistant, tags: ["home_assistant"] }
|
||||
- { role: n8n, tags: ["n8n"] }
|
||||
- { role: matrix, tags: ["matrix"] }
|
||||
|
|
|
@ -8,7 +8,7 @@ services:
|
|||
networks:
|
||||
- internal
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
- {{ server.work_dir }}/nextcloud/db:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=nextcloud
|
||||
- POSTGRES_DB=nextcloud
|
||||
|
@ -25,7 +25,7 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
- {{ server.work_dir }}/nextcloud/base:/var/www/html
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.nextcloud-compress.compress=true"
|
||||
|
@ -58,10 +58,6 @@ services:
|
|||
- POSTGRES_HOST=db
|
||||
- OVERWRITEPROTOCOL=https
|
||||
|
||||
volumes:
|
||||
nextcloud:
|
||||
db:
|
||||
|
||||
networks:
|
||||
internal:
|
||||
proxy:
|
||||
|
|
Loading…
Add table
Reference in a new issue