Skip to content

Commit

Permalink
Add ui entry to docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomas-orcid committed Oct 19, 2023
1 parent ef58282 commit ea0598b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,13 @@ 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:-1}
environment:
- 'SPRING_PROFILES_ACTIVE=prod'
volumes:
- ${LOG_VOLUME:-/var/tmp/}:/logs
ports:
- 4200:4200

0 comments on commit ea0598b

Please sign in to comment.