Fix port v2
This commit is contained in:
@@ -9,11 +9,12 @@ services:
|
|||||||
- JWT_SECRET=${JWT_SECRET}
|
- JWT_SECRET=${JWT_SECRET}
|
||||||
- LOGGER_LEVEL=${LOGGER_LEVEL}
|
- LOGGER_LEVEL=${LOGGER_LEVEL}
|
||||||
- BINDING=${BINDING}
|
- BINDING=${BINDING}
|
||||||
|
- PORT=${PORT}
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
expose:
|
expose:
|
||||||
- 5150
|
- ${PORT}
|
||||||
db:
|
db:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user