fix(docker): use isolated public-network for security
All checks were successful
CI / Lint (push) Successful in 4s
CI / Type Check (push) Successful in 19s
CI / Test (push) Successful in 54s
CI / Release (push) Has been skipped

This commit is contained in:
2026-01-29 22:31:26 +00:00
parent 45a2d9a6e5
commit d1981a3342

View File

@@ -12,7 +12,7 @@ services:
volumes: volumes:
- ./data:/app/data - ./data:/app/data
networks: networks:
- apps-network - public-network
cloudflared: cloudflared:
image: cloudflare/cloudflared:latest image: cloudflare/cloudflared:latest
@@ -24,8 +24,8 @@ services:
depends_on: depends_on:
- streamlit - streamlit
networks: networks:
- apps-network - public-network
networks: networks:
apps-network: public-network:
external: true external: true