Skip to content

Commit

Permalink
edrndocker
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Mar 30, 2023
1 parent 111c69a commit 7011735
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Here are the environment variables you'll need to set (substituting values betwe
- `EDRN_CANCERDATAEXPO_DATA` — set to a path to contain blobstorage, filestorage, and logs.
- `EDRN_CANCERDATAEXPO_PORT` — set to a free port number
- `EDRN_CANCERDATAEXPO_VERSION` — set to a version number or `latest`
- `EDRN_IMAGE_OWNER` — set to `nutjob4life` or leave it blank to use your local Docker images
- `EDRN_IMAGE_OWNER` — set to `edrndocker` or leave it blank to use your local Docker images


### 🧱 Building the Image
Expand All @@ -85,8 +85,8 @@ Just run:
To publish it:

docker login
docker image tag cancerdataexpo:latest nutjob4life/cancerdataexpo:latest
docker image push nutjob4life/cancerdataexpo:latest
docker image tag cancerdataexpo:latest edrndocker/cancerdataexpo:latest
docker image push edrndocker/cancerdataexpo:latest


### 🏃‍♀️ Running the CancerDataExpo
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---
services:
appserver:
image: ${EDRN_IMAGE_OWNER-nutjob4life/}cancerdataexpo:${EDRN_CANCERDATAEXPO_VERSION:-latest}
image: ${EDRN_IMAGE_OWNER-edrndocker/}cancerdataexpo:${EDRN_CANCERDATAEXPO_VERSION:-latest}
volumes:
-
type: bind
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
org.label-schema.name: CancerDataExpo Application Server
org.label-schema.description: Zope appserver running the exposition for cancer data.
db:
image: ${EDRN_IMAGE_OWNER-nutjob4life/}cancerdataexpo:${EDRN_CANCERDATAEXPO_VERSION:-latest}
image: ${EDRN_IMAGE_OWNER-edrndocker/}cancerdataexpo:${EDRN_CANCERDATAEXPO_VERSION:-latest}
command: zeo
volumes:
-
Expand Down

0 comments on commit 7011735

Please sign in to comment.