Skip to content

Commit

Permalink
fix name metadata-catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
vvalerio-priv committed Dec 5, 2023
1 parent 96dd4ad commit 864470b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ services:
start_period: 40s
depends_on:
- rabbitmq
postgrescerif:
metadatacatalogue:
restart: always
image: "${DOCKER_REGISTRY}/${METADATA_DB_IMAGE}"
container_name: postgrescerif
container_name: metadata-catalogue
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRESQL_PASSWORD}
Expand Down

0 comments on commit 864470b

Please sign in to comment.