refactor(docker): standardize docker network name to 'frontend'

- Replace 'traefik-network' with 'frontend' in docker-compose.traefik.yml
- Replace 'traefik-network' with 'frontend' in switch-to-traefik.sh
- Replace 'your-main-network' with 'frontend' in DOCKER_DEPLOYMENT.md examples
- Ensure consistency across Docker configuration and documentation

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zly
2026-01-14 14:39:57 +08:00
parent 9835b6e341
commit 65ba1d938d
3 changed files with 10 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ docker compose -f /home/zly/project/bttoxin-pipeline/docker/compose/docker-compo
echo "Starting with Traefik..."
docker run -d \
--name bttoxin-pipeline \
--network traefik-network \
--network frontend \
-v /home/zly/project/bttoxin-pipeline/jobs:/app/jobs \
-e JOBS_DIR=/app/jobs \
--label traefik.enable=true \