Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Sep 5, 2023
1 parent 2b7818f commit 47bbacf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ PGADMIN_DEFAULT_EMAIL=admin@${PHRASEA_DOMAIN}
PGADMIN_DEFAULT_PASSWORD=__CHANGE_ME_eTRPkJOyniPHmZ
DB_DEV_PORT=5432

# Deprecated
AUTH_DB_NAME=auth

DATABOX_DB_NAME=databox
EXPOSE_DB_NAME=expose
NOTIFY_DB_NAME=notify
Expand Down
1 change: 1 addition & 0 deletions bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ COMPOSE_PROFILES="${COMPOSE_PROFILES},setup" docker compose run --rm -T --entryp

docker compose restart keycloak
docker compose run --rm dockerize -wait http://keycloak:8080 -timeout 200s
docker compose run --rm --entrypoint="" configurator /bin/ash -c env
docker compose run --rm configurator configure -vvv

echo "Done."
2 changes: 2 additions & 0 deletions configurator/.env
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ APP_SECRET=fe5922c9df2f78b897cbf2bf988c7204
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
DATABASE_URL="postgresql://app:[email protected]:5432/app?serverVersion=15&charset=utf8"
###< doctrine/doctrine-bundle ###

VERIFY_SSL=true
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@ services:
- POSTGRES_PASSWORD
- POSTGRES_HOST=db
- POSTGRES_PORT=5432
- AUTH_DB_NAME
- DATABOX_DB_NAME
- EXPOSE_DB_NAME
- NOTIFY_DB_NAME
Expand Down

0 comments on commit 47bbacf

Please sign in to comment.