better testing compose file
This commit is contained in:
parent
1908d7e19e
commit
f2e29f50f2
1 changed files with 7 additions and 4 deletions
|
|
@ -9,8 +9,9 @@ services:
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
TZ: "America/Los_Angeles"
|
TZ: "America/Los_Angeles"
|
||||||
CRON_SCHEDULE: '"*/1 * * * *"'
|
CRON_SCHEDULE: '*/1 * * * *'
|
||||||
CRON_RUN_ON_START: "true"
|
CRON_RUN_ON_START: "true"
|
||||||
|
UPDATE_YT_DLP_ON_START: "stable"
|
||||||
volumes:
|
volumes:
|
||||||
- "./volumes/ytdl-sub-gui/:/config/"
|
- "./volumes/ytdl-sub-gui/:/config/"
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -19,14 +20,15 @@ services:
|
||||||
ytdl-sub-headless:
|
ytdl-sub-headless:
|
||||||
build:
|
build:
|
||||||
context: "../"
|
context: "../"
|
||||||
image: "ytdl-sub-headless:local"
|
image: "ytdl-sub:local"
|
||||||
container_name: "ytdl-sub-headless"
|
container_name: "ytdl-sub-headless"
|
||||||
environment:
|
environment:
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
TZ: "America/Los_Angeles"
|
TZ: "America/Los_Angeles"
|
||||||
CRON_SCHEDULE: '"*/1 * * * *"'
|
CRON_SCHEDULE: '*/1 * * * *'
|
||||||
CRON_RUN_ON_START: "true"
|
CRON_RUN_ON_START: "true"
|
||||||
|
UPDATE_YT_DLP_ON_START: "stable"
|
||||||
volumes:
|
volumes:
|
||||||
- "./volumes/ytdl-sub-headless/:/config/"
|
- "./volumes/ytdl-sub-headless/:/config/"
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
|
|
@ -40,8 +42,9 @@ services:
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
TZ: "America/Los_Angeles"
|
TZ: "America/Los_Angeles"
|
||||||
CRON_SCHEDULE: '"*/1 * * * *"'
|
CRON_SCHEDULE: '*/1 * * * *'
|
||||||
CRON_RUN_ON_START: "true"
|
CRON_RUN_ON_START: "true"
|
||||||
|
UPDATE_YT_DLP_ON_START: "stable"
|
||||||
volumes:
|
volumes:
|
||||||
- "./volumes/ytdl-sub-ubuntu/:/config/"
|
- "./volumes/ytdl-sub-ubuntu/:/config/"
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue