add conteiner to infrastructure_default network for container
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user