Feature: Added cloudflared

This commit is contained in:
2026-01-24 13:57:39 +01:00
parent e3a15bcbff
commit 77b2cebb9b

View File

@@ -20,7 +20,7 @@ services:
depends_on:
- db
ports:
- "8000:8000"
- "127.0.0.1:8000:8000"
frontend:
build: ./frontend
@@ -30,7 +30,16 @@ services:
depends_on:
- backend
ports:
- "8080:8080"
- "127.0.0.1:8080:8080"
cloudflared:
env_file: .env
image: cloudflare/cloudflared:latest
container_name: cloudflared
restart: unless-stopped
command: tunnel --no-autoupdate run
environment:
- TUNNEL_TOKEN=${TUNNEL_TOKEN}
volumes:
postgres_data: