Add network to portainer
This commit is contained in:
@@ -8,6 +8,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 9001:9001
|
- 9001:9001
|
||||||
networks:
|
networks:
|
||||||
|
- frontend
|
||||||
|
- backend
|
||||||
- internal
|
- internal
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
@@ -10,6 +10,8 @@ services:
|
|||||||
- 8000:8000
|
- 8000:8000
|
||||||
- 9443:9443
|
- 9443:9443
|
||||||
networks:
|
networks:
|
||||||
|
- frontend
|
||||||
|
- backend
|
||||||
- internal
|
- internal
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user