Skip to content

Commit

Permalink
Refactor: update docker-compose.test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shreelakshmijoshi committed Nov 13, 2024
1 parent 3e80c58 commit bf9ad83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ services:
- /home/ubuntu/configs/dmp-apd-server-config.json:/usr/share/app/configs/dmp-apd-server.json
- /home/ubuntu/configs/dmp-apd-server-keystore.jks:/usr/share/app/configs/keystore.jks
- dmp-apd-server-volume:/usr/share/app/storage/temp-dir
- zookeeper
- ./iudx-pmd-ruleset.xml:/usr/share/app/iudx-pmd-ruleset.xml
- ./google_checks.xml:/usr/share/app/google_checks.xml

depends_on:
- zookeeper
ports:
- "8080:8080"
restart: on-failure
Expand All @@ -36,4 +36,4 @@ services:
- dmp-apd-server-net

volumes:
dmp-apd-server-volume:
dmp-apd-server-volume:

0 comments on commit bf9ad83

Please sign in to comment.