up
This commit is contained in:
parent
59ba82ac16
commit
f2d6ffe0b0
1 changed files with 11 additions and 2 deletions
|
|
@ -106,8 +106,17 @@ services:
|
||||||
# - '8084:8080'
|
# - '8084:8080'
|
||||||
- '10004:10009'
|
- '10004:10009'
|
||||||
- '9738:9735'
|
- '9738:9735'
|
||||||
web:
|
lpub:
|
||||||
build: .
|
build:
|
||||||
|
context: lpub
|
||||||
|
image: lpub
|
||||||
|
dockerfile: src/tests/Dockerfile
|
||||||
|
depends_on:
|
||||||
|
- backend1
|
||||||
|
- alice
|
||||||
|
- bob
|
||||||
|
- carol
|
||||||
|
- dave
|
||||||
|
|
||||||
# ports:
|
# ports:
|
||||||
# - "8000:5000"
|
# - "8000:5000"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue