Skip to content

Commit

Permalink
Merge pull request #9961 from IQSS/9590-xhtml-docker
Browse files Browse the repository at this point in the history
allow fast xhtml edits in Docker
  • Loading branch information
kcondon authored Oct 11, 2023
2 parents 892073c + e2fa096 commit 64d6b70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- DATAVERSE_AUTH_OIDC_CLIENT_ID=test
- DATAVERSE_AUTH_OIDC_CLIENT_SECRET=94XHrfNRwXsjqTqApRrwWmhDLDHpIYV8
- DATAVERSE_AUTH_OIDC_AUTH_SERVER_URL=http://keycloak.mydomain.com:8090/realms/test
- DATAVERSE_JSF_REFRESH_PERIOD=1
ports:
- "8080:8080" # HTTP (Dataverse Application)
- "4848:4848" # HTTP (Payara Admin Console)
Expand All @@ -31,6 +32,9 @@ services:
volumes:
- ./docker-dev-volumes/app/data:/dv
- ./docker-dev-volumes/app/secrets:/secrets
# Uncomment for changes to xhtml to be deployed immediately (if supported your IDE or toolchain).
# Replace 6.0 with the current version.
# - ./target/dataverse-6.0:/opt/payara/deployments/dataverse
tmpfs:
- /dumps:mode=770,size=2052M,uid=1000,gid=1000
- /tmp:mode=770,size=2052M,uid=1000,gid=1000
Expand Down

0 comments on commit 64d6b70

Please sign in to comment.