Skip to content

Commit

Permalink
fix compose examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Dec 4, 2023
1 parent 4114be7 commit e1ca190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/docker-es/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
CELERY_CONCURRENCY: ${CELERY_CONCURRENCY:-1}
CELEREY_LOG_LEVEL: ${CELERY_LOG_LEVEL:-info}
PLONE_SERVICE: ${PLONE_SERVICE?unset}
PLONE_PATH: ${PLONE_PATH?unset}
PLONE_SITE_PREFIX_PATH: ${PLONE_SITE_PREFIX_PATH?unset}
PLONE_USER: ${PLONE_USER?unset}
PLONE_PASSWORD: ${PLONE_PASSWORD?unset}
SENTRY_DSN: ${SENTRY_DSN}
Expand Down
2 changes: 1 addition & 1 deletion examples/docker-os/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
CELERY_CONCURRENCY: ${CELERY_CONCURRENCY:-1}
CELEREY_LOG_LEVEL: ${CELERY_LOG_LEVEL:-info}
PLONE_SERVICE: ${PLONE_SERVICE?unset}
PLONE_PATH: ${PLONE_PATH?unset}
PLONE_SITE_PREFIX_PATH: ${PLONE_SITE_PREFIX_PATH?unset}
PLONE_USER: ${PLONE_USER?unset}
PLONE_PASSWORD: ${PLONE_PASSWORD?unset}
SENTRY_DSN: ${SENTRY_DSN}
Expand Down

0 comments on commit e1ca190

Please sign in to comment.