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}
- LOGGER_LEVEL=${LOGGER_LEVEL}
- BINDING=${BINDING}
- PORT=${PORT}
depends_on:
db:
condition: service_healthy
expose:
- ${PORT}
- 5150
db:
image: postgres:latest
volumes: