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 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: