add yt2p
This commit is contained in:
parent
1216d3afd5
commit
d969432d81
@ -2,7 +2,7 @@ version: '3.4'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
podcastgenerator:
|
podcastgenerator:
|
||||||
image: podcastgenerator:arm
|
image: vonproteus/podcast-generator
|
||||||
volumes:
|
volumes:
|
||||||
- app_data:/app/PodcastGenerator/appdata
|
- app_data:/app/PodcastGenerator/appdata
|
||||||
networks:
|
networks:
|
||||||
@ -24,6 +24,22 @@ services:
|
|||||||
traefik.frontend.headers.STSSeconds: 63072000
|
traefik.frontend.headers.STSSeconds: 63072000
|
||||||
traefik.frontend.headers.STSIncludeSubdomains: "true"
|
traefik.frontend.headers.STSIncludeSubdomains: "true"
|
||||||
traefik.frontend.headers.STSPreload: "true"
|
traefik.frontend.headers.STSPreload: "true"
|
||||||
|
yt2p:
|
||||||
|
image: vonproteus/youtube-to-podcast
|
||||||
|
environment:
|
||||||
|
YTURL: $YTURL
|
||||||
|
PGREGENERATERSSURL: "http://podcastgenerator/pg-cron.php?key=${REGENERATERSSKEY}"
|
||||||
|
HOST: ${HOST}
|
||||||
|
volumes:
|
||||||
|
- app_data:/data
|
||||||
|
networks:
|
||||||
|
- external
|
||||||
|
deploy:
|
||||||
|
mode: replicated
|
||||||
|
replicas: 1
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
delay: 21h
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
app_data:
|
app_data:
|
||||||
@ -40,3 +56,5 @@ networks:
|
|||||||
# echo $(htpasswd -nb user qwe321) | sed -e s/\\$/\\$\\$/g
|
# echo $(htpasswd -nb user qwe321) | sed -e s/\\$/\\$\\$/g
|
||||||
# HOST
|
# HOST
|
||||||
# BASICAUTHUSERS user:$$apr1$$UgzGZ8JC$$3XqsN3KQ6qz9hBZylFsb5/
|
# BASICAUTHUSERS user:$$apr1$$UgzGZ8JC$$3XqsN3KQ6qz9hBZylFsb5/
|
||||||
|
# YTURL
|
||||||
|
# REGENERATERSSKEY
|
||||||
Loading…
Reference in New Issue
Block a user