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