Skip to content

Commit

Permalink
use official images
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Feb 3, 2021
1 parent 305fd04 commit 9b1e612
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
---
services:
appserver:
image: cancerdataexpo:${EDRN_CANCERDATAEXPO_VERSION:-latest}
# image: nutjob4life/cancerdataexpo:${EDRN_CANCERDATAEXPO_VERSION:-latest}
# image: cancerdataexpo:${EDRN_CANCERDATAEXPO_VERSION:-latest}
image: nutjob4life/cancerdataexpo:${EDRN_CANCERDATAEXPO_VERSION:-latest}
volumes:
-
type: bind
Expand Down Expand Up @@ -41,8 +41,8 @@ services:
org.label-schema.name: CancerDataExpo Application Server
org.label-schema.description: Zope appserver running the exposition for cancer data.
db:
image: cancerdataexpo:${EDRN_CANCERDATAEXPO_VERSION:-latest}
# image: nutjob4life/cancerdataexpo:${EDRN_CANCERDATAEXPO_VERSION:-latest}
# image: cancerdataexpo:${EDRN_CANCERDATAEXPO_VERSION:-latest}
image: nutjob4life/cancerdataexpo:${EDRN_CANCERDATAEXPO_VERSION:-latest}
command: zeo
volumes:
-
Expand Down

0 comments on commit 9b1e612

Please sign in to comment.