Skip to content

Commit

Permalink
Fixed: docker images registry
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed May 8, 2023
1 parent 12b80e4 commit eaf2651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev-env/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
POSTGRES_VERSION=13
DATAVERSE_DB_USER=dataverse
SOLR_VERSION=8.11.1
REGISTRY=ghcr.io
2 changes: 1 addition & 1 deletion dev-env/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
dev_dataverse:
container_name: 'dev_dataverse'
hostname: dataverse
image: gdcc/dataverse:${DATAVERSE_BRANCH_NAME}
image: ${REGISTRY}/gdcc/dataverse:${DATAVERSE_BRANCH_NAME}
restart: on-failure
user: payara
environment:
Expand Down

0 comments on commit eaf2651

Please sign in to comment.