vault volume

This commit is contained in:
poslop
2023-12-06 19:13:43 -06:00
parent bac903d0b5
commit 126fe4f219

View File

@@ -9,6 +9,10 @@ networks:
name: arr
volumes:
vaultwarden:
name: vaultwarden
qbittorrent:
name: qbittorrent
shoko:
name: shoko
ariang:
@@ -107,7 +111,7 @@ services:
- TZ=Etc/UTC
- WEBUI_PORT=8181
volumes:
- /mnt/docker/configs/qbittorrent/config:/config
- qbittorrent:/config
- /mnt/nextcloud:/mnt/files
ports:
- 8181:8181
@@ -145,7 +149,7 @@ services:
SIGNUPS_ALLOWED: false
ADMIN_TOKEN: ${PASS}
volumes:
- /mnt/docker/configs/vaultwarden:/data
- vaultwarden:/data
networks:
- swag
ports: