changed remaing DOCKER_CONFIGS to PWD
This commit is contained in:
@@ -8,9 +8,9 @@ services:
|
||||
- 8484:80
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/config/filebrowser.db:/database/filebrowser.db
|
||||
- ${DOCKER_CONFIGS}/config/.filebrowser.json:/.filebrowser.json
|
||||
- ${DOCKER_CONFIGS}/files:/srv
|
||||
- $PWD/config/filebrowser.db:/database/filebrowser.db
|
||||
- $PWD/config/.filebrowser.json:/.filebrowser.json
|
||||
- $PWD/files:/srv
|
||||
- ${STORAGE_DIR}:/storage
|
||||
|
||||
networks:
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- 3005:3000
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/config:/app/config
|
||||
- $PWD/config:/app/config
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
- 5056:5055
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/jellyseerr/config:/app/config
|
||||
- $PWD/config:/app/config
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
# By default, the data is stored in a docker volume called "data".
|
||||
# If you want to mount a custom directory, change the volume mapping to:
|
||||
# - /path/to/your/directory:/data
|
||||
- ${DOCKER_CONFIGS}/data:/data
|
||||
- $PWD/data:/data
|
||||
networks:
|
||||
- karakeep
|
||||
- reverse-proxy
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
networks:
|
||||
- karakeep
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/meilisearch:/meili_data
|
||||
- $PWD/meilisearch:/meili_data
|
||||
|
||||
networks:
|
||||
karakeep:
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ${STORAGE_DIR}/Books:/data
|
||||
- ${DOCKER_CONFIGS}/kavita/config:/config
|
||||
- $PWD/config:/config
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
networks:
|
||||
- linkwarden
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/pgdata:/var/lib/postgresql/data
|
||||
- $PWD/pgdata:/var/lib/postgresql/data
|
||||
|
||||
linkwarden:
|
||||
image: ghcr.io/linkwarden/linkwarden:latest
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
- linkwarden
|
||||
- reverse-proxy
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/data:/data/data
|
||||
- $PWD/data:/data/data
|
||||
depends_on:
|
||||
- linkwarden-postgres
|
||||
|
||||
|
||||
+10
-10
@@ -12,7 +12,7 @@ services:
|
||||
# - 6767:6767
|
||||
# restart: always
|
||||
# volumes:
|
||||
# - ${DOCKER_CONFIGS}/bazarr/config:/config
|
||||
# - $PWD/bazarr/config:/config
|
||||
# - ${MEDIA_DIR}:/media
|
||||
|
||||
cleanuparr:
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
- "11011:11011"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/cleanuparr/config:/config
|
||||
- $PWD/cleanuparr/config:/config
|
||||
|
||||
flaresolverr:
|
||||
container_name: flaresolverr
|
||||
@@ -68,7 +68,7 @@ services:
|
||||
- 9117:9117
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/jackett/config:/config
|
||||
- $PWD/jackett/config:/config
|
||||
- ${MEDIA_DIR}/downloads/torrents:/torrents
|
||||
|
||||
jellyfin:
|
||||
@@ -82,7 +82,7 @@ services:
|
||||
network_mode: "host"
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/jellyfin/config:/config
|
||||
- $PWD/jellyfin/config:/config
|
||||
- ${MEDIA_DIR}:/media
|
||||
|
||||
lidarr:
|
||||
@@ -98,7 +98,7 @@ services:
|
||||
- 8686:8686
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/lidarr/config:/config
|
||||
- $PWD/lidarr/config:/config
|
||||
- ${MEDIA_DIR}:/media
|
||||
- ${STORAGE_DIR}//Music/Albums:/music
|
||||
|
||||
@@ -115,7 +115,7 @@ services:
|
||||
- 5076:5076
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/nzbhydra/config:/config
|
||||
- $PWD/nzbhydra/config:/config
|
||||
- ${MEDIA_DIR}/downloads/nzbs:/nzbs
|
||||
- ${MEDIA_DIR}/downloads/torrents:/torrents
|
||||
|
||||
@@ -132,7 +132,7 @@ services:
|
||||
- 9696:9696
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/prowlarr/config:/config
|
||||
- $PWD/prowlarr/config:/config
|
||||
|
||||
radarr:
|
||||
container_name: radarr
|
||||
@@ -147,7 +147,7 @@ services:
|
||||
- 7878:7878
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/radarr/config:/config
|
||||
- $PWD/radarr/config:/config
|
||||
- ${MEDIA_DIR}:/media
|
||||
|
||||
sonarr:
|
||||
@@ -163,7 +163,7 @@ services:
|
||||
- 8989:8989
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/sonarr/config:/config
|
||||
- $PWD/sonarr/config:/config
|
||||
- ${MEDIA_DIR}:/media
|
||||
|
||||
speedtest-tracker:
|
||||
@@ -184,7 +184,7 @@ services:
|
||||
- 8765:80
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/speedtesttracker/config:/config
|
||||
- $PWD/speedtesttracker/config:/config
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
|
||||
Reference in New Issue
Block a user