Skip to content

Commit

Permalink
update gateway env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 committed Sep 5, 2023
1 parent 18a8959 commit 4ca7b48
Showing 1 changed file with 1 addition and 1 deletion.
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_OPTS=-Dgeorchestra.datadir=/etc/georchestra
- JAVA_TOOL_OPTIONS="-Dgeorchestra.datadir=/etc/georchestra -Dspring.config.location=${georchestra.datadir}/gateway/application.yaml -Dspring.profiles.active=docker"
env_file:
- .envs-common
- .envs-ldap
Expand Down

0 comments on commit 4ca7b48

Please sign in to comment.