Fixed port declarations
This commit is contained in:
parent
3835ef0cbc
commit
2d33675b7a
|
@ -12,7 +12,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=App1
|
- APP_NAME=App1
|
||||||
ports:
|
ports:
|
||||||
- ":3000"
|
- "3000"
|
||||||
networks:
|
networks:
|
||||||
- cluster
|
- cluster
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=App2
|
- APP_NAME=App2
|
||||||
ports:
|
ports:
|
||||||
- ":3000"
|
- "3000"
|
||||||
networks:
|
networks:
|
||||||
- cluster
|
- cluster
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=App3
|
- APP_NAME=App3
|
||||||
ports:
|
ports:
|
||||||
- ":3000"
|
- "3000"
|
||||||
networks:
|
networks:
|
||||||
- cluster
|
- cluster
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue