generated from john/python-template
This commit is contained in:
@@ -57,21 +57,6 @@ services:
|
||||
retries: 10
|
||||
start_period: 10s
|
||||
|
||||
cloudflared:
|
||||
image: cloudflare/cloudflared:2026.8.0
|
||||
env_file:
|
||||
- .env.production
|
||||
command: tunnel --no-autoupdate --protocol http2 --config /etc/cloudflared/config.yml run --token ${CLOUDFLARE_TUNNEL_TOKEN}
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 1.0.0.1
|
||||
depends_on:
|
||||
app:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- ./deploy/cloudflared/config.yml:/etc/cloudflared/config.yml:ro
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
app_uploads:
|
||||
|
||||
Reference in New Issue
Block a user