fix port
This commit is contained in:
@@ -9,12 +9,11 @@ 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:
|
||||||
- ${PORT}
|
- 5150
|
||||||
db:
|
db:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user