Feat: first implementation of postgres db for backend
All checks were successful
CI / build (push) Successful in 13s
All checks were successful
CI / build (push) Successful in 13s
This commit is contained in:
@ -2,8 +2,8 @@ services:
|
||||
postgres:
|
||||
image: postgres:latest
|
||||
container_name: MyINPulse-DB
|
||||
#ports:
|
||||
# - 5432:5432
|
||||
ports:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
@ -3,4 +3,8 @@ POSTGRES_USER=keycloak_db_user
|
||||
POSTGRES_PASSWORD=keycloak_db_user_password
|
||||
KEYCLOAK_ADMIN=admin
|
||||
KEYCLOAK_ADMIN_PASSWORD=admin
|
||||
KEYCLOAK_HOSTNAME=localhost
|
||||
KEYCLOAK_HOSTNAME=localhost
|
||||
|
||||
MYINPULSE_DB=MyINPulse_db
|
||||
MYINPULSE_DB_USER=MyINPulse_db_user
|
||||
MYINPULSE_DB_PASS=MyINPulse_db_user_pass
|
Reference in New Issue
Block a user