fix(dredd): port of postgres

This commit is contained in:
Denis Gukov 2022-11-19 23:55:56 +05:00
parent 95a0609b3b
commit 385eb69588

View File

@ -20,7 +20,7 @@ services:
SEMAPHORE_DB_USER: semaphore
SEMAPHORE_DB_PASS: semaphore
SEMAPHORE_DB_HOST: postgres
SEMAPHORE_DB_PORT: 3306
SEMAPHORE_DB_PORT: 5432
SEMAPHORE_DB: semaphore
SEMAPHORE_ADMIN_PASSWORD: password
SEMAPHORE_ADMIN_NAME: "Developer"