Skip to content

Commit

Permalink
remove the remove the ui container build from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomas-orcid committed Nov 6, 2023
1 parent 0d5c03d commit a165b82
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,3 @@ services:
command: -r us -j --no-stats --no-docker-events --skipByName '.*jhipster-registry.*'
volumes:
- /var/run/docker.sock:/var/run/docker.sock

ui:
restart: unless-stopped
image: ${DOCKER_REG}/ui:${TAG}
environment:
- 'SPRING_PROFILES_ACTIVE=prod'
- OAUTH2_WEB_CLIENT_CONFIGURATION_SECRET=${WEB_CLIENT_CONFIGURATION_SECRET}
- GATEWAY_COOKIE_DOMAIN=${COOKIE_DOMAIN}
volumes:
- ${LOG_VOLUME:-/var/tmp/}:/logs
ports:
- 8090:8090

0 comments on commit a165b82

Please sign in to comment.