Skip to content

Commit 1d980ec

Browse files
author
thomas loubrieu
committed
use --project-name value in the docker compose through a new env variable
1 parent 205ed5c commit 1d980ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ services:
214214
profiles: ["pds-core-registry", "int-registry-batch-loader", "int-registry-service-loader"]
215215
image: ${PROXYCRYPT_IMAGE}
216216
environment:
217-
- PROXY_URL=https://registry-api:8080/
217+
- PROXY_URL=https://${COMPOSE_PROJECT_NAME}-registry-api:8080/
218218
- PROXY_PATH=/api/search/1/
219219
- PROXY_PORT=443
220220
ports:

0 commit comments

Comments
 (0)