add conteiner to infrastructure_default network for container

This commit is contained in:
Dobromir Popov
2026-02-12 17:39:28 +02:00
parent de85ff494c
commit f5b9a90c9f
3 changed files with 127 additions and 1 deletions

View File

@@ -22,4 +22,11 @@ services:
/opt/conda/bin/conda init bash &&
exec /app/entrypoint.sh
"
restart: unless-stopped
restart: unless-stopped
networks:
- default
- infrastructure_default
networks:
infrastructure_default:
external: true