Skip to content

Commit

Permalink
Update docker-compose.gitlab.yml to reflect move of container images …
Browse files Browse the repository at this point in the history
…to tol-core
  • Loading branch information
andrew-varley committed Mar 30, 2022
1 parent 053a148 commit c76aef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
volumes:
- schema-html:/var/www/schema
submissions-dbutils:
image: $CI_REGISTRY/tol/sts/dbutils:1.0.2
image: $CI_REGISTRY/tol/tol-core/dbutils:1.0.2
networks:
- submissions
deploy:
Expand All @@ -45,7 +45,7 @@ services:
env_file:
- ${ENV_FILE}
submissions-schema:
image: $CI_REGISTRY/tol/sts/schemaspy:0.2.0
image: $CI_REGISTRY/tol/tol-core/schemaspy:0.2.0
networks:
- submissions
deploy:
Expand Down

0 comments on commit c76aef8

Please sign in to comment.