diff --git a/docker-compose.yml b/docker-compose.yml index 91e9dde..7572d63 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - http_proxy=${http_proxy} - https_proxy=${https_proxy} ports: - - 8082:8080 + - 8082:8071 volumes: - ./src:/app/src - ./config:/app/config @@ -42,7 +42,7 @@ services: - DSN_REMOTE_DATABASE=pgsql:host='postgres';port=5432;dbname=lasql; - HASH_ALGO_LEGACY="sha256" - SECURITY_PATTERN=password,salt,pepper - + - HTTP_PORT=8071 oidc-test: image: bornholm/oidc-test:v0.0.0-1-g936a77e @@ -82,7 +82,14 @@ services: links: - postgres healthcheck: - test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:4444/.well-known/openid-configuration"] + test: + [ + "CMD", + "wget", + "--spider", + "-q", + "http://127.0.0.1:4444/.well-known/openid-configuration", + ] interval: 10s timeout: 10s retries: 10 @@ -107,9 +114,9 @@ services: - 8085:80 restart: always environment: - PGADMIN_DEFAULT_EMAIL: admin@admin.com - PGADMIN_DEFAULT_PASSWORD: admin - PGADMIN_SERVER_JSON_FILE: /pgadminfile/server.json + PGADMIN_DEFAULT_EMAIL: admin@admin.com + PGADMIN_DEFAULT_PASSWORD: admin + PGADMIN_SERVER_JSON_FILE: /pgadminfile/server.json volumes: - ./misc/compose/pgadmin:/pgadminfile/:ro mariadb: diff --git a/misc/images/hydra-sql-standalone/Dockerfile b/misc/images/hydra-sql-standalone/Dockerfile index 0468c6e..a72a4f8 100644 --- a/misc/images/hydra-sql-standalone/Dockerfile +++ b/misc/images/hydra-sql-standalone/Dockerfile @@ -12,5 +12,5 @@ ARG ADDITIONAL_PACKAGES="bash=5.2.15-r0 \ php81-pdo_mysql=${PHP_PKG_VERSION} \ php81-bcmath=${PHP_PKG_VERSION}" -FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone-2023.11.16-stable.1541.eec311d - +FROM reg.cadoles.com/cmsassot/symfony:alpine-php-8.1-standalone +USER www-data \ No newline at end of file