add ytpod service on rocktiplex
parent
41bb6a6ced
commit
6a35d52582
|
@ -1,16 +1,14 @@
|
|||
version: '3'
|
||||
|
||||
networks:
|
||||
|
||||
status-proxy:
|
||||
external: false
|
||||
|
||||
fathom:
|
||||
external: false
|
||||
|
||||
rsf-analytics:
|
||||
external: false
|
||||
|
||||
ytpod:
|
||||
external: false
|
||||
reader:
|
||||
external: false
|
||||
|
||||
|
@ -93,6 +91,28 @@ services:
|
|||
networks:
|
||||
- rsf-analytics
|
||||
|
||||
# ============================================
|
||||
# YTPOD
|
||||
# ============================================
|
||||
|
||||
ytpod: # HTTP - port 8080
|
||||
image: ghcr.io/turtlebasket/ytpod:latest
|
||||
container_name: ytpod
|
||||
restart: always
|
||||
networks:
|
||||
- ytpod
|
||||
|
||||
ytpod-cloudflared:
|
||||
container_name: cloudflared-ytpod
|
||||
image: cloudflare/cloudflared
|
||||
restart: unless-stopped
|
||||
command: tunnel run
|
||||
environment:
|
||||
- TUNNEL_TOKEN=${YTPOD_TUNNEL_TOKEN}
|
||||
networks:
|
||||
- ytpod
|
||||
|
||||
|
||||
# ============================================
|
||||
# RSS READER
|
||||
# ============================================
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
# Status Proxy Cloudflared
|
||||
# Cloudflared tunnel URLs
|
||||
STATUS_PROXY_TUNNEL_TOKEN=...
|
||||
|
||||
# Fathom Analytics Cloudflared
|
||||
FATHOM_TUNNEL_TOKEN=...
|
||||
|
||||
# RSF Cloudflared
|
||||
RSF_TUNNEL_TOKEN=...
|
||||
YTPOD_TUNNEL_TOKEN=...
|
||||
|
||||
# RSF Analytics Container
|
||||
RSF_DENSITY_API_URL=https://...
|
||||
|
|
Loading…
Reference in New Issue