vault volume
This commit is contained in:
@@ -9,6 +9,10 @@ networks:
|
|||||||
name: arr
|
name: arr
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
vaultwarden:
|
||||||
|
name: vaultwarden
|
||||||
|
qbittorrent:
|
||||||
|
name: qbittorrent
|
||||||
shoko:
|
shoko:
|
||||||
name: shoko
|
name: shoko
|
||||||
ariang:
|
ariang:
|
||||||
@@ -107,7 +111,7 @@ services:
|
|||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- WEBUI_PORT=8181
|
- WEBUI_PORT=8181
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/docker/configs/qbittorrent/config:/config
|
- qbittorrent:/config
|
||||||
- /mnt/nextcloud:/mnt/files
|
- /mnt/nextcloud:/mnt/files
|
||||||
ports:
|
ports:
|
||||||
- 8181:8181
|
- 8181:8181
|
||||||
@@ -145,7 +149,7 @@ services:
|
|||||||
SIGNUPS_ALLOWED: false
|
SIGNUPS_ALLOWED: false
|
||||||
ADMIN_TOKEN: ${PASS}
|
ADMIN_TOKEN: ${PASS}
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/docker/configs/vaultwarden:/data
|
- vaultwarden:/data
|
||||||
networks:
|
networks:
|
||||||
- swag
|
- swag
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user