Skip to content

Commit

Permalink
added support for auto-init in docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Mar 7, 2022
1 parent 4fdd611 commit 8984b18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ services:
- type: bind
source: ./scoold-application.conf
target: /scoold/application.conf
- type: bind
source: ./para-application.conf
target: /scoold/para-application.conf
restart: always
environment:
- JAVA_OPTS=-Dconfig.file=/scoold/application.conf
- JAVA_OPTS=-Dconfig.file=/scoold/application.conf -Dscoold.autoinit.para_config_file=/scoold/para-application.conf -Dscoold.para_endpoint=http://para:8080
- BOOT_SLEEP=5
volumes:
paraData:
Expand Down

0 comments on commit 8984b18

Please sign in to comment.