Skip to content

Commit

Permalink
Changed ${SERVICE} to ${SERVICE}-data (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackspiering authored Jan 6, 2025
1 parent 8fb7b94 commit f252cc6
Show file tree
Hide file tree
Showing 28 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions services/adguardhome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ services:
environment:
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/workdir:/opt/adguardhome/work # Work directory for Adguard Home - you may need to change the path
- ${PWD}/${SERVICE}/configdir:/opt/adguardhome/conf # Config directory for Adguard Home - you may need to change the path
- ${PWD}/${SERVICE}-data/workdir:/opt/adguardhome/work # Work directory for Adguard Home - you may need to change the path
- ${PWD}/${SERVICE}-data/configdir:/opt/adguardhome/conf # Config directory for Adguard Home - you may need to change the path
depends_on:
tailscale:
condition: service_healthy
Expand Down
6 changes: 3 additions & 3 deletions services/bazarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ services:
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/config:/config
- ${PWD}/${SERVICE}/media/movies:/movies
- ${PWD}/${SERVICE}/media/tvseries:/tv
- ${PWD}/${SERVICE}-data/config:/config
- ${PWD}/${SERVICE}-data/media/movies:/movies
- ${PWD}/${SERVICE}-data/media/tvseries:/tv
depends_on:
tailscale:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion services/beszel/hub/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/beszel_data:/beszel_data # Work directory for Beszel Hub - you may need to change the path
- ${PWD}/${SERVICE}-data/beszel_data:/beszel_data # Work directory for Beszel Hub - you may need to change the path
depends_on:
tailscale:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion services/changedetection/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/datastore:/datastore
- ${PWD}/${SERVICE}-data/datastore:/datastore
depends_on:
tailscale:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion services/ddns-updater/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
- LOG_CALLER=hidden
#- SHOUTRRR_ADDRESSES=
volumes:
- ${PWD}/${SERVICE}/data:/updater/data
- ${PWD}/${SERVICE}-data/data:/updater/data
depends_on:
tailscale:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion services/dozzle/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
environment:
DOZZLE_AUTH_PROVIDER: simple
volumes:
- ${PWD}/${SERVICE}/dozzle-data:/data
- ${PWD}/${SERVICE}-data/dozzle-data:/data
- /var/run/docker.sock:/var/run/docker.sock:ro
depends_on:
tailscale:
Expand Down
2 changes: 1 addition & 1 deletion services/excalidraw/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- TZ=Europe/Amsterdam
stdin_open: true
volumes:
- ${PWD}/${SERVICE}/app/config:/config
- ${PWD}/${SERVICE}-data/app/config:/config
depends_on:
tailscale:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions services/gokapi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ services:
environment:
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/gokapi-data:/app/data
- ${PWD}/${SERVICE}/gokapi-config:/app/config
- ${PWD}/${SERVICE}-data/gokapi-data:/app/data
- ${PWD}/${SERVICE}-data/gokapi-config:/app/config
depends_on:
tailscale:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions services/isley/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ services:
environment:
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/isley-db:/app/data
- ${PWD}/${SERVICE}/isley-uploads:/app/uploads
- ${PWD}/${SERVICE}-data/isley-db:/app/data
- ${PWD}/${SERVICE}-data/isley-uploads:/app/uploads
depends_on:
tailscale:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion services/languagetool/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- Java_Xmx=1g # OPTIONAL: Setting a maximum Java heap size of 1 Gib
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/ngrams:/ngrams
- ${PWD}/${SERVICE}-data/ngrams:/ngrams
depends_on:
tailscale:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion services/nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- MYSQL_HOST=db # Please note, this variable should reflect the service name of the database itself, in this case db
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/nextcloud_data/:/var/www/html
- ${PWD}/${SERVICE}-data/nextcloud_data/:/var/www/html
depends_on:
tailscale:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion services/nodered/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/app/config:/data
- ${PWD}/${SERVICE}-data/app/config:/data
depends_on:
tailscale:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions services/pihole/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ services:
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/etc-pihole:/etc/pihole
- ${PWD}/${SERVICE}/etc-dnsmasq.d:/etc/dnsmasq.d
- ${PWD}/${SERVICE}-data/etc-pihole:/etc/pihole
- ${PWD}/${SERVICE}-data/etc-dnsmasq.d:/etc/dnsmasq.d
# https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
depends_on:
tailscale:
Expand Down
4 changes: 2 additions & 2 deletions services/pingvin-share/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ services:
- TRUST_PROXY=false # Set to true if a reverse proxy is in front of the container
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/data:/opt/app/backend/data
- ${PWD}/${SERVICE}/images:/opt/app/frontend/public/img
- ${PWD}/${SERVICE}-data/data:/opt/app/backend/data
- ${PWD}/${SERVICE}-data/images:/opt/app/frontend/public/img
depends_on:
tailscale:
condition: service_healthy
Expand Down
6 changes: 3 additions & 3 deletions services/plex/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ services:
- VERSION=docker
- PLEX_CLAIM= #optional
volumes:
- ${PWD}/${SERVICE}/config:/config
- ${PWD}/${SERVICE}/media/tvseries:/tv
- ${PWD}/${SERVICE}/media/movies:/movies
- ${PWD}/${SERVICE}-data/config:/config
- ${PWD}/${SERVICE}-data/media/tvseries:/tv
- ${PWD}/${SERVICE}-data/media/movies:/movies
depends_on:
tailscale:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion services/portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- TZ=Europe/Amsterdam
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${PWD}/${SERVICE}/portainer_data:/data
- ${PWD}/${SERVICE}-data/portainer_data:/data
depends_on:
tailscale:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions services/qbittorrent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ services:
- WEBUI_PORT=8080
# - TORRENTING_PORT=6881 #optional
volumes:
- ${PWD}/${SERVICE}/config:/config
- ${PWD}/${SERVICE}/downloads:/downloads
- ${PWD}/${SERVICE}-data/config:/config
- ${PWD}/${SERVICE}-data/downloads:/downloads
depends_on:
tailscale:
condition: service_healthy
Expand Down
6 changes: 3 additions & 3 deletions services/radarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ services:
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/config:/config
- ${PWD}/${SERVICE}/media/movies:/movies #Optional
- ${PWD}/${SERVICE}/downloads:/downloads #Optional
- ${PWD}/${SERVICE}-data/config:/config
- ${PWD}/${SERVICE}-data/media/movies:/movies #Optional
- ${PWD}/${SERVICE}-data/downloads:/downloads #Optional
depends_on:
tailscale:
condition: service_healthy
Expand Down
6 changes: 3 additions & 3 deletions services/resilio-sync/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ services:
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/config:/config
- ${PWD}/${SERVICE}/downloads:/downloads
- ${PWD}/${SERVICE}/data:/sync
- ${PWD}/${SERVICE}-data/config:/config
- ${PWD}/${SERVICE}-data/downloads:/downloads
- ${PWD}/${SERVICE}-data/data:/sync
depends_on:
tailscale:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions services/slink/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ services:
# Available options are local and smb
- STORAGE_PROVIDER=local
volumes:
- ${PWD}/${SERVICE}/var/data:/app/var/data
- ${PWD}/${SERVICE}/images:/app/slink/images
- ${PWD}/${SERVICE}-data/var/data:/app/var/data
- ${PWD}/${SERVICE}-data/images:/app/slink/images
depends_on:
tailscale:
condition: service_healthy
Expand Down
6 changes: 3 additions & 3 deletions services/sonarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ services:
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/config:/config
- ${PWD}/${SERVICE}/media/tvseries:/tv
- ${PWD}/${SERVICE}/downloads:/downloads
- ${PWD}/${SERVICE}-data/config:/config
- ${PWD}/${SERVICE}-data/media/tvseries:/tv
- ${PWD}/${SERVICE}-data/downloads:/downloads
depends_on:
tailscale:
condition: service_healthy
Expand Down
8 changes: 4 additions & 4 deletions services/stirlingpdf/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ services:
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
- LANGS=en_GB
volumes:
- ${PWD}/${SERVICE}/trainingData:/usr/share/tessdata # Required for extra OCR languages
- ${PWD}/${SERVICE}/extraConfigs:/configs
# - ${PWD}/${SERVICE}/customFiles:/customFiles/ # May be enabled if desired
# - ${PWD}/${SERVICE}/logs:/logs/ # May be enabled if desired
- ${PWD}/${SERVICE}-data/trainingData:/usr/share/tessdata # Required for extra OCR languages
- ${PWD}/${SERVICE}-data/extraConfigs:/configs
# - ${PWD}/${SERVICE}-data/customFiles:/customFiles/ # May be enabled if desired
# - ${PWD}/${SERVICE}-data/logs:/logs/ # May be enabled if desired
depends_on:
tailscale:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion services/tautulli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/app/config:/config
- ${PWD}/${SERVICE}-data/app/config:/config
depends_on:
tailscale:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion services/technitium/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
# - DNS_SERVER_FORWARDER_PROTOCOL=Tcp #Forwarder protocol options: Udp, Tcp, Tls, Https, HttpsJson.
# - DNS_SERVER_LOG_USING_LOCAL_TIME=true #Enable this option to use local time instead of UTC for logging.
volumes:
- ${PWD}/${SERVICE}/app/config:/config
- ${PWD}/${SERVICE}-data/app/config:/config
depends_on:
tailscale:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions services/traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ services:
restart: always
volumes:
- type: bind
source: ${PWD}/${SERVICE}/app/traefik.yml
source: ${PWD}/${SERVICE}-data/app/traefik.yml
target: /etc/traefik.yml
- ${PWD}/${SERVICE}/log/:/var/log/
- ${PWD}/${SERVICE}-data/log/:/var/log/
- /var/run/docker.sock:/var/run/docker.sock #Required for the Service Connections
command:
- "--api.insecure=true"
Expand Down
2 changes: 1 addition & 1 deletion services/uptime-kuma/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/uptime-kuma-data:/app/data # uptime-kuma data/configuration folder
- ${PWD}/${SERVICE}-data/uptime-kuma-data:/app/data # uptime-kuma data/configuration folder
- /var/run/docker.sock:/var/run/docker.sock:ro # Read-only access to the docker.sock
depends_on:
tailscale:
Expand Down
2 changes: 1 addition & 1 deletion services/vaultwarden/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
# DOMAIN: "https://vaultwarden.example.com" # required when using a reverse proxy; your domain; vaultwarden needs to know it's https to work properly with attachments
SIGNUPS_ALLOWED: "true" # Deactivate this with "false" after you have created your account so that no strangers can register
volumes:
- ${PWD}/${SERVICE}/vw-data:/data
- ${PWD}/${SERVICE}-data/vw-data:/data
depends_on:
tailscale:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion templates/service-template/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ${PWD}/${SERVICE}/app/config:/config
- ${PWD}/${SERVICE}-data/app/config:/config
depends_on:
tailscale:
condition: service_healthy
Expand Down

0 comments on commit f252cc6

Please sign in to comment.