Skip to content

Commit

Permalink
Update compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gschmutz committed Nov 15, 2024
1 parent 22184ae commit 799ba6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/compose/demo/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
- 9000:80
environment:
- NGINX_HTTP_PORT=80
- PREVIEWERS_PROVIDER_URL=http://${IP:-localhost}:9000
- PREVIEWERS_PROVIDER_URL=http://${PUBLIC_IP:-localhost}:9000
- VERSIONS="v1.4,betatest"
restart: unless-stopped

Expand All @@ -92,9 +92,9 @@ services:
image: trivadis/dataverse-deploy-previewers:latest
environment:
- API_TOKEN=${API_TOKEN}
- DATAVERSE_URL=http://${IP:-localhost}:8080
- DATAVERSE_URL=http://${PUBLIC_IP:-localhost}:8080
- TIMEOUT=10m
- PREVIEWERS_PROVIDER_URL=http://${IP:-localhost}:9000
- PREVIEWERS_PROVIDER_URL=http://${PUBLIC_IP:-localhost}:9000
- INCLUDE_PREVIEWERS=text,html,pdf,csv,comma-separated-values,tsv,tab-separated-values,jpeg,png,gif,markdown,x-markdown
- EXCLUDE_PREVIEWERS=
- REMOVE_EXISTING=True
Expand Down

0 comments on commit 799ba6c

Please sign in to comment.