fix: fix of docker container
This commit is contained in:
parent
362074faa4
commit
e82cc31b4e
@ -20,6 +20,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
ports:
|
ports:
|
||||||
|
- "5000:5000"
|
||||||
- "5001:5001"
|
- "5001:5001"
|
||||||
networks:
|
networks:
|
||||||
- jobot
|
- jobot
|
||||||
|
@ -17,6 +17,8 @@ services:
|
|||||||
dockerfile: JOBot.Backend/Dockerfile
|
dockerfile: JOBot.Backend/Dockerfile
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
ports:
|
||||||
|
- "5000:5000"
|
||||||
networks:
|
networks:
|
||||||
- jobot
|
- jobot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user