fix(docker): use isolated public-network for security
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
networks:
|
||||
- apps-network
|
||||
- public-network
|
||||
|
||||
cloudflared:
|
||||
image: cloudflare/cloudflared:latest
|
||||
@@ -24,8 +24,8 @@ services:
|
||||
depends_on:
|
||||
- streamlit
|
||||
networks:
|
||||
- apps-network
|
||||
- public-network
|
||||
|
||||
networks:
|
||||
apps-network:
|
||||
public-network:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user