Skip to content

Commit

Permalink
add JVM args for pid
Browse files Browse the repository at this point in the history
Changed `environments` also to an object
  • Loading branch information
JR-1991 committed Apr 3, 2024
1 parent 9974a47 commit 2fce13d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ services:
- DATAVERSE_DB_HOST=postgres
- DATAVERSE_DB_USER=${DATAVERSE_DB_USER}
- DATAVERSE_DB_PASSWORD=${DATAVERSE_DB_PASSWORD}
DATAVERSE_DB_HOST: postgres
DATAVERSE_DB_USER: ${DATAVERSE_DB_USER}
DATAVERSE_DB_PASSWORD: ${DATAVERSE_DB_PASSWORD}
JVM_ARGS: -Ddataverse.pid.providers=fake
-Ddataverse.pid.default-provider=fake
-Ddataverse.pid.fake.type=FAKE
-Ddataverse.pid.fake.label=FakeDOIProvider
-Ddataverse.pid.fake.authority=10.5072
-Ddataverse.pid.fake.shoulder=FK2/
ports:
- '8080:8080'
networks:
Expand Down

0 comments on commit 2fce13d

Please sign in to comment.