Changers ports pour expose
This commit is contained in:
parent
7d7ab99410
commit
c4184e8323
1 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@ services:
|
|||
build:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8080:8080"
|
||||
expose:
|
||||
- "8080"
|
||||
environment:
|
||||
- SECRET_KEY=${SECRET_KEY}
|
||||
- USERNAME=${USERNAME}
|
||||
|
@ -17,8 +17,8 @@ services:
|
|||
build:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8051:8051"
|
||||
expose:
|
||||
- "8051"
|
||||
depends_on:
|
||||
- backend
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue