Skip to content

Commit

Permalink
update gw env var & submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Feb 19, 2024
1 parent 53d59e6 commit 3f0cb75
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
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
volumes:
- georchestra_datadir:/etc/georchestra
environment:
- JAVA_TOOL_OPTIONS="-Dgeorchestra.datadir=/etc/georchestra -Dspring.config.location=${georchestra.datadir}/gateway/application.yaml -Dspring.profiles.active=docker"
- JAVA_TOOL_OPTIONS=-Dgeorchestra.datadir=/etc/georchestra -Dspring.config.location=/etc/georchestra/gateway/application.yaml -Dspring.profiles.active=docker
env_file:
- .envs-common
- .envs-ldap
Expand Down

0 comments on commit 3f0cb75

Please sign in to comment.