This commit is contained in:
2024-12-09 18:55:54 +01:00
parent 920ad6ac56
commit bc2640dee0

View File

@@ -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: