Reordering
This commit is contained in:
parent
a1f6b035c7
commit
879c07e022
|
@ -8,20 +8,6 @@ services:
|
||||||
volume: "{{ base_volume }}/caddy"
|
volume: "{{ base_volume }}/caddy"
|
||||||
version: 2-alpine
|
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:
|
emby:
|
||||||
domain: watch.{{ base_domain }}
|
domain: watch.{{ base_domain }}
|
||||||
volume: "{{ base_volume }}/emby"
|
volume: "{{ base_volume }}/emby"
|
||||||
|
@ -31,10 +17,24 @@ services:
|
||||||
domain: xmr.{{ base_domain }}
|
domain: xmr.{{ base_domain }}
|
||||||
version: latest
|
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:
|
wireguard:
|
||||||
domain: wg01.vpn.{{ base_domain }}
|
domain: wg01.vpn.{{ base_domain }}
|
||||||
volume: "{{ base_volume }}/wireguard"
|
volume: "{{ base_volume }}/wireguard"
|
||||||
version: arm64v8-alpine
|
version: arm64v8-alpine
|
||||||
|
|
||||||
snowflake:
|
restic:
|
||||||
version: latest
|
repo: /restic
|
||||||
|
version: '1.6'
|
||||||
|
|
||||||
|
watchtower:
|
||||||
|
version: arm64v8-1.5.1
|
||||||
|
|
Reference in a new issue