Skip to content

Commit

Permalink
Update docker-compose.ports.yml (#47)
Browse files Browse the repository at this point in the history
* Update docker-compose.ports.yml

* Isanteplus version update
  • Loading branch information
pmanko authored Dec 31, 2021
1 parent 9bef6ae commit bc9fee7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Versions
ISANTEPLUS_DOCKER_VERSION=v3.0.4

# Port Assignments
CR_PORT=3000
OPENHIM_CONSOLE_PORT=3001
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ services:
isanteplus:
container_name: isanteplus
hostname: isanteplus
image: ghcr.io/isanteplus/docker-isanteplus-server:main
image: ghcr.io/isanteplus/docker-isanteplus-server:${ISANTEPLUS_DOCKER_VERSION}
restart: unless-stopped
env_file:
- ./configs/isanteplus/isanteplus.env
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ services:
profiles: ['main']
container_name: isanteplus
hostname: isanteplus
image: ghcr.io/isanteplus/docker-isanteplus-server:main
image: ghcr.io/isanteplus/docker-isanteplus-server:${ISANTEPLUS_DOCKER_VERSION}
restart: unless-stopped
env_file:
- ./configs/isanteplus/isanteplus.env
Expand Down

0 comments on commit bc9fee7

Please sign in to comment.