Hardcode+middleware
This commit is contained in:
@@ -5,9 +5,9 @@ services:
|
||||
container_name: qrmaster-db-dev
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_DB: qrmaster
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
POSTGRES_INITDB_ARGS: "-E UTF8 --locale=en_US.utf8"
|
||||
ports:
|
||||
- "5435:5432"
|
||||
|
||||
Reference in New Issue
Block a user