Update home-tools.yaml
parent
7471f4b59b
commit
9f217dcedb
|
|
@ -1,15 +1,15 @@
|
|||
services:
|
||||
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
volumes:
|
||||
- /dockers/homepage:/app/config # Make sure your local config directory exists
|
||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
|
||||
environment:
|
||||
PUID: 1000 # read them from .env
|
||||
PGID: 1000 # read them from .env
|
||||
HOMEPAGE_ALLOWED_HOSTS: home.dex
|
||||
#homepage:
|
||||
# image: ghcr.io/gethomepage/homepage:latest
|
||||
# container_name: homepage
|
||||
# volumes:
|
||||
# - /dockers/homepage:/app/config # Make sure your local config directory exists
|
||||
# - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
|
||||
# environment:
|
||||
# PUID: 1000 # read them from .env
|
||||
# PGID: 1000 # read them from .env
|
||||
# HOMEPAGE_ALLOWED_HOSTS: home.dex
|
||||
|
||||
mealie:
|
||||
container_name: mealie
|
||||
|
|
@ -81,22 +81,30 @@ services:
|
|||
volumes:
|
||||
- /dockers/vaultwarden:/data/
|
||||
|
||||
scanopy_daemon:
|
||||
image: ghcr.io/scanopy/scanopy/daemon:latest
|
||||
container_name: scanopy-daemon
|
||||
network_mode: host
|
||||
privileged: true
|
||||
#scanopy_daemon:
|
||||
# image: ghcr.io/scanopy/scanopy/daemon:latest
|
||||
# container_name: scanopy-daemon
|
||||
# network_mode: host
|
||||
# privileged: true
|
||||
# restart: unless-stopped
|
||||
# environment:
|
||||
# - SCANOPY_SERVER_URL=http://10.1.1.25:60072
|
||||
# - SCANOPY_NETWORK_ID=$SCANOPY_NETWORK_ID
|
||||
# - SCANOPY_DAEMON_API_KEY=$SCANOPY_API_KEY
|
||||
# - SCANOPY_USER_ID=$SCANOPY_USER_ID
|
||||
# - SCANOPY_NAME="Docker Daemon"
|
||||
# - SCANOPY_MODE=Push
|
||||
# volumes:
|
||||
# - /dockers/scanopy:/root/.config/daemon
|
||||
# - /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
iSponsorBlockTV:
|
||||
image: ghcr.io/dmunozv04/isponsorblocktv
|
||||
container_name: iSponsorBlockTV
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SCANOPY_SERVER_URL=http://10.1.1.25:60072
|
||||
- SCANOPY_NETWORK_ID=$SCANOPY_NETWORK_ID
|
||||
- SCANOPY_DAEMON_API_KEY=$SCANOPY_API_KEY
|
||||
- SCANOPY_USER_ID=$SCANOPY_USER_ID
|
||||
- SCANOPY_NAME="Docker Daemon"
|
||||
- SCANOPY_MODE=Push
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /dockers/scanopy:/root/.config/daemon
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /dockers/isponsorblocktv:/app/data #enter the same pathway as you used for your configurator in step 1
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue