Skip to content

Commit

Permalink
Update docker-compose.yml due to changing of ivy and extra configurat…
Browse files Browse the repository at this point in the history
…ion (#1025)
  • Loading branch information
lttung-axonivy authored Sep 10, 2024
1 parent fd4fc1d commit 334cda3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Showcase/InternalSupport/resources/master/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ services:
ports:
- 8000:8080
volumes:
- ./ivy.yaml:/etc/axonivy-engine/ivy.yaml
- ./applications:/usr/lib/axonivy-engine/applications
- ./configuration:/usr/lib/axonivy-engine/configuration
- ./data:/usr/lib/axonivy-engine/data
- ./logs:/usr/lib/axonivy-engine/logs
- ./applications:/ivy/applications
- ./data:/ivy/data
- ./logs:/ivy/logs
- ./configuration/applications:/ivy/configuration/applications
- ./configuration/ivy.yaml:/ivy/configuration/ivy.yaml
- ./configuration/licence-11.lic:/ivy/configuration/licence-11.lic
networks:
- postgres_network
networks:
Expand Down

0 comments on commit 334cda3

Please sign in to comment.