minor changes
Signed-off-by: ajeetraina <ajeetraina@gmail.com>
This commit is contained in:
parent
aa1d5431df
commit
ddd852fe22
@ -27,12 +27,14 @@ redis:
|
|||||||
- '6379:6379'
|
- '6379:6379'
|
||||||
web1:
|
web1:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
build: ./web1
|
build: ./web
|
||||||
|
hostname: web1
|
||||||
ports:
|
ports:
|
||||||
- '81:5000'
|
- '81:5000'
|
||||||
web2:
|
web2:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
build: ./web2
|
build: ./web
|
||||||
|
hostname: web2
|
||||||
ports:
|
ports:
|
||||||
- '82:5000'
|
- '82:5000'
|
||||||
nginx:
|
nginx:
|
||||||
|
Loading…
Reference in New Issue
Block a user