Skip to content
Snippets Groups Projects
Commit 6b3f40a4 authored by Dalibor Stuchlík's avatar Dalibor Stuchlík
Browse files

Update docker-compose.yml

parent 0f216b81
Branches
No related tags found
No related merge requests found
...@@ -6,8 +6,6 @@ services: ...@@ -6,8 +6,6 @@ services:
restart: always restart: always
env_file: env_file:
- .env - .env
# registry.gitlab.ics.muni.cz:443/europdx/dataportal/dataportal-sourcecode:sandbox is temporary
# after sandbox is tuned up there should be DataPortal from master branch, i.e. registry.gitlab.ics.muni.cz:443/europdx/dataportal/dataportal-sourcecode
image: registry.gitlab.ics.muni.cz:443/europdx/dataportal/dataportal-sourcecode:sandbox image: registry.gitlab.ics.muni.cz:443/europdx/dataportal/dataportal-sourcecode:sandbox
ports: ports:
...@@ -41,8 +39,6 @@ services: ...@@ -41,8 +39,6 @@ services:
restart: always restart: always
env_file: env_file:
- .env - .env
# registry.gitlab.ics.muni.cz:443/europdx/datahub/datahub-docker:sandbox is temporary
# after sandbox is tuned up there should be DataHub from master branch, i.e. registry.gitlab.ics.muni.cz:443/europdx/datahub/datahub-docker
image: registry.gitlab.ics.muni.cz:443/europdx/datahub/datahub-docker:sandbox image: registry.gitlab.ics.muni.cz:443/europdx/datahub/datahub-docker:sandbox
volumes: volumes:
- mdcache:/var/run/datahub-cache - mdcache:/var/run/datahub-cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment