Compare commits

..

No commits in common. "d3172a8c6479f59dd65c5370220625976f379115" and "7d163de2093f93447ed67717f18270a57eefe296" have entirely different histories.

3 changed files with 17 additions and 17 deletions

View File

@ -112,18 +112,18 @@ services:
ports: ports:
- 8686:8686 - 8686:8686
restart: unless-stopped restart: unless-stopped
#whisparr: whisparr:
# container_name: whisparr container_name: whisparr
# image: ghcr.io/hotio/whisparr:v3 image: ghcr.io/hotio/whisparr:v3
# ports: ports:
# - 6969:6969 - 6969:6969
# environment: environment:
# - PUID=1000 - PUID=1000
# - PGID=1000 - PGID=1000
# - UMASK=002 - UMASK=002
# - TZ=Europe/Paris - TZ=Europe/Paris
# volumes: volumes:
# - /opt/appdata/mediarr/whisparr/config:/config - /opt/appdata/mediarr/whisparr/config:/config
# - /storage/medias/downloads:/downloads - /storage/medias/downloads:/downloads
# - /storage/medias/old_downloads:/data - /storage/medias/old_downloads:/data
# restart: unless-stopped restart: unless-stopped

View File

@ -6,6 +6,5 @@ services:
- SB_USER=admin:admin - SB_USER=admin:admin
volumes: volumes:
- /storage/silverbullet:/space - /storage/silverbullet:/space
- ./deno-dir:/deno-dir
ports: ports:
- 3001:3000 - 3001:3000

View File

@ -1,6 +1,7 @@
version: "3"
services: services:
watchtower: watchtower:
image: ghcr.io/nicholas-fedor/watchtower # issue https://github.com/containrrr/watchtower/issues/2122#issuecomment-3514728048 image: containrrr/watchtower
container_name: watchtower container_name: watchtower
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock