Add depends on nextcloud-db and ddclient cache
This commit is contained in:
parent
df5f761391
commit
e775d0a622
@ -1,12 +1,10 @@
|
||||
version: '3.4'
|
||||
|
||||
x-common-environment: &common-environment
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: Europe/Helsinki
|
||||
|
||||
services:
|
||||
|
||||
services:
|
||||
bind9:
|
||||
image: ubuntu/bind9:9.18-22.04_beta
|
||||
container_name: bind9
|
||||
@ -20,6 +18,7 @@ services:
|
||||
ports:
|
||||
- "53:53/udp"
|
||||
|
||||
|
||||
swag:
|
||||
image: lscr.io/linuxserver/swag
|
||||
container_name: swag
|
||||
@ -39,6 +38,7 @@ services:
|
||||
- 443:443
|
||||
- 80:80
|
||||
|
||||
|
||||
ddclient:
|
||||
image: lscr.io/linuxserver/ddclient:latest
|
||||
container_name: ddclient
|
||||
@ -46,6 +46,8 @@ services:
|
||||
environment: *common-environment
|
||||
volumes:
|
||||
- ./ddclient:/config
|
||||
- ddclient-cache:/var/cache/ddclient
|
||||
|
||||
|
||||
money:
|
||||
image: ihatemoney/ihatemoney
|
||||
@ -79,6 +81,7 @@ services:
|
||||
- transmission-user
|
||||
- transmission-pw
|
||||
|
||||
|
||||
# WIP
|
||||
# radarr:
|
||||
# image: lscr.io/linuxserver/radarr:latest
|
||||
@ -147,6 +150,7 @@ services:
|
||||
secrets:
|
||||
- lychee-db-pw
|
||||
|
||||
|
||||
# WIP
|
||||
# zotero:
|
||||
# #image: lscr.io/linuxserver/nginx:latest
|
||||
@ -198,6 +202,8 @@ services:
|
||||
image: lscr.io/linuxserver/nextcloud:latest
|
||||
container_name: nextcloud
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- nextcloud-db
|
||||
environment: *common-environment
|
||||
volumes:
|
||||
- nextcloud-config:/config
|
||||
@ -233,6 +239,7 @@ volumes:
|
||||
nextcloud-data:
|
||||
nextcloud-config:
|
||||
nextcloud-db-config:
|
||||
ddclient-cache:
|
||||
|
||||
|
||||
secrets:
|
||||
|
Loading…
Reference in New Issue
Block a user