Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 5, 2024
1 parent 50eb11f commit bb75023
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,17 @@ services:
# - '8084:8080'
- '10004:10009'
- '9738:9735'
web:
build: .
lpub:
build:
context: lpub
image: lpub
dockerfile: src/tests/Dockerfile
depends_on:
- backend1
- alice
- bob
- carol
- dave

# ports:
# - "8000:5000"

0 comments on commit bb75023

Please sign in to comment.