dev #12

Merged
k1nq merged 30 commits from dev into master 2025-12-01 12:03:22 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e92d22baa5 - Show all commits

View File

@ -10,7 +10,7 @@ services:
PROJECT_NAME: ${PROJECT_NAME}
VERSION: ${VERSION}
API_V1_PREFIX: ${API_V1_PREFIX}
DB_HOST: ${DB_HOST:-postgres}
DB_HOST: postgres
DB_PORT: ${DB_PORT}
DB_NAME: ${DB_NAME}
DB_USER: ${DB_USER}