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

@@ -16,6 +16,13 @@ services:
volumes:
- novnc-workspace:/headless
shm_size: "256m"
networks:
- default
- infrastructure_default
volumes:
novnc-workspace:
networks:
infrastructure_default:
external: true

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