Add network to portainer

This commit is contained in:
2025-07-08 17:17:56 +05:30
parent 595953e0f3
commit a2632f778e
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ services:
ports:
- 9001:9001
networks:
- frontend
- backend
- internal
restart: unless-stopped

View File

@@ -10,6 +10,8 @@ services:
- 8000:8000
- 9443:9443
networks:
- frontend
- backend
- internal
restart: unless-stopped