Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ instance/

# Ruff cache
.ruff_cache/

# Cloudflare tunnel credentials (NEVER commit!)
cloudflared-config/*.json
4 changes: 3 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ services:
image: cloudflare/cloudflared:latest
container_name: api_looter_cloudflared
restart: always
command: tunnel --no-autoupdate run --token ${CLOUDFLARE_TUNNEL_TOKEN}
command: tunnel run
volumes:
- ./cloudflared-config:/etc/cloudflared:ro
networks:
- proxy_network
depends_on:
Expand Down
90 changes: 0 additions & 90 deletions docker-compose.staging.yml

This file was deleted.