Reordering

This commit is contained in:
Sam A. 2023-01-06 14:48:20 +01:00
parent a1f6b035c7
commit 879c07e022
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 16 additions and 16 deletions

View File

@ -8,20 +8,6 @@ services:
volume: "{{ base_volume }}/caddy"
version: 2-alpine
watchtower:
version: arm64v8-1.5.1
restic:
repo: /restic
version: '1.6'
nextcloud:
domain: cloud.{{ base_domain }}
volume: "{{ base_volume }}/nextcloud"
version: 25-apache
postgres_version: 14-alpine
redis_version: 7-alpine
emby:
domain: watch.{{ base_domain }}
volume: "{{ base_volume }}/emby"
@ -31,10 +17,24 @@ services:
domain: xmr.{{ base_domain }}
version: latest
nextcloud:
domain: cloud.{{ base_domain }}
volume: "{{ base_volume }}/nextcloud"
version: 25-apache
postgres_version: 14-alpine
redis_version: 7-alpine
snowflake:
version: latest
wireguard:
domain: wg01.vpn.{{ base_domain }}
volume: "{{ base_volume }}/wireguard"
version: arm64v8-alpine
snowflake:
version: latest
restic:
repo: /restic
version: '1.6'
watchtower:
version: arm64v8-1.5.1