mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Adapted roles to new architecture
This commit is contained in:
@@ -10,9 +10,12 @@ csp:
|
||||
- "data:"
|
||||
domains:
|
||||
canonical:
|
||||
nextcloud: "cloud.{{ primary_domain }}"
|
||||
- "cloud.{{ primary_domain }}"
|
||||
# nextcloud: "cloud.{{ primary_domain }}"
|
||||
# talk: "talk.{{ primary_domain }}" @todo needs to be activated
|
||||
docker:
|
||||
volumes:
|
||||
data: nextcloud_data
|
||||
services:
|
||||
redis:
|
||||
enabled: true
|
||||
@@ -21,7 +24,7 @@ docker:
|
||||
nextcloud:
|
||||
name: "nextcloud"
|
||||
image: "nextcloud"
|
||||
version: "latest-fpm-alpine"
|
||||
version: "production-fpm-alpine"
|
||||
backup:
|
||||
no_stop_required: true
|
||||
proxy:
|
||||
|
Reference in New Issue
Block a user