Skip to content

Commit

Permalink
updating docker-compose with pid changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mangan committed Mar 14, 2024
1 parent 3971bb4 commit 80973c8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions test/integration/environment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ services:
restart: on-failure
user: payara
environment:
- DATAVERSE_DB_HOST=postgres
- DATAVERSE_DB_PASSWORD=secret
- DATAVERSE_DB_USER=${DATAVERSE_DB_USER}
DATAVERSE_DB_HOST: postgres
DATAVERSE_DB_PASSWORD: secret
DATAVERSE_DB_USER: ${DATAVERSE_DB_USER}
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 Expand Up @@ -99,4 +106,4 @@ services:

networks:
dataverse:
driver: bridge
driver: bridge

0 comments on commit 80973c8

Please sign in to comment.