Skip to content

Commit

Permalink
Archive Docker image: optionally deploy only the Archive Backend or …
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Mar 9, 2023
1 parent 581b6e2 commit e42f2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -78,7 +78,7 @@ services:
- /var/local/dcm4chee-arc/wildfly:/opt/wildfly/standalone
- /var/local/dcm4chee-arc/storage:/storage
ui:
image: dcm4che/dcm4chee-arc-psql:5.29.2-secure
image: dcm4che/dcm4chee-arc-psql:5.29.2-secure-ui
ports:
- "18080:18080"
- "18443:18443"
Expand Down
2 changes: 1 addition & 1 deletion setenv.sh
Expand Up @@ -36,7 +36,7 @@ file_env 'WILDFLY_ADMIN_PASSWORD'
POSTGRES_JDBC_PARAMS=$(echo ${POSTGRES_JDBC_PARAMS} | sed '/^$/! s/^/?/')

if [ "$WILDFLY_DEPLOY_UI" = 'false' ]; then
WILDFLY_DEPLOYMENTS="dcm4chee-arc-ear-${DCM4CHEE_ARC_VERSION}-psql-secure.ear"
WILDFLY_DEPLOYMENTS="dcm4chee-arc-ear-${DCM4CHEE_ARC_VERSION}-psql.ear"
elif [ "$WILDFLY_DEPLOY_UI" = 'only' ]; then
UI="-ui"
WILDFLY_DEPLOYMENTS="dcm4chee-arc-ui2-${DCM4CHEE_ARC_VERSION}-secure.war"
Expand Down

0 comments on commit e42f2d2

Please sign in to comment.