fix: Create bct-network instead of using external network

- Change from external bct-network to locally created network
- Fix docker-compose.astro.yml network definition
- Fix docker-compose.prod.yml network definition
- Prevents "undefined networks" error during deployment

Networks are now created automatically by Docker Compose
instead of requiring pre-existing external network.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-07-12 19:49:21 -06:00
parent 570d164a7b
commit 8bd721074e
2 changed files with 4 additions and 6 deletions

View File

@@ -44,6 +44,5 @@ services:
- bct-network - bct-network
networks: networks:
default: bct-network:
external: driver: bridge
name: bct-network

View File

@@ -56,6 +56,5 @@ services:
cpus: '0.5' cpus: '0.5'
networks: networks:
default: bct-network:
external: driver: bridge
name: bct-network