Skip to content

Commit

Permalink
Add missing arg rohberg.volto
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 18, 2024
1 parent 8b77baa commit ffeb224
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions acceptance/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
addon-acceptance:
build:
Expand All @@ -8,13 +6,16 @@ services:
args:
ADDON_NAME: '${ADDON_NAME}'
ADDON_PATH: '${ADDON_PATH}'
VOLTO_VERSION: ${VOLTO_VERSION:-17}
VOLTO_VERSION: ${VOLTO_VERSION:-18}
volumes:
- ${CURRENT_DIR}:/app/src/addons/${ADDON_PATH}/
environment:
RAZZLE_INTERNAL_API_PATH: http://backend-acceptance:55001/plone
RAZZLE_API_PATH: http://localhost:55001/plone
HOST: 0.0.0.0
ports:
- 3000:3000
- 3001:3001
tty: true
# depends_on:
# - backend-acceptance
Expand All @@ -28,7 +29,7 @@ services:
args:
ADDON_NAME: '${ADDON_NAME}'
ADDON_PATH: '${ADDON_PATH}'
VOLTO_VERSION: ${VOLTO_VERSION:-17}
VOLTO_VERSION: ${VOLTO_VERSION:-18}
volumes:
- ${CURRENT_DIR}:/app/src/addons/${ADDON_PATH}/
environment:
Expand Down Expand Up @@ -60,7 +61,7 @@ services:
INDEX_LOGIN: ${INDEX_LOGIN?unset}
INDEX_PASSWORD: ${INDEX_PASSWORD?unset}
CELERY_BROKER: ${CELERY_BROKER?unset}
CONFIGURE_PACKAGES: 'plone.restapi,plone.volto,plone.volto.cors,collective.elastic.plone'
CONFIGURE_PACKAGES: 'plone.restapi,plone.volto,plone.volto.cors,collective.elastic.plone,rohberg.volto'
# Run initialize of collective.elastic.plone to register ElasticSearchProxyIndex
INSTALL_PRODUCTS: 'collective.elastic.plone'
volumes:
Expand All @@ -87,7 +88,7 @@ services:
INDEX_LOGIN: ${INDEX_LOGIN?unset}
INDEX_PASSWORD: ${INDEX_PASSWORD?unset}
CELERY_BROKER: ${CELERY_BROKER?unset}
CONFIGURE_PACKAGES: 'plone.restapi,plone.volto,plone.volto.cors,collective.elastic.plone'
CONFIGURE_PACKAGES: 'plone.restapi,plone.volto,plone.volto.cors,collective.elastic.plone,rohberg.volto'
# Run initialize of collective.elastic.plone to register ElasticSearchProxyIndex
INSTALL_PRODUCTS: 'collective.elastic.plone'
volumes:
Expand Down

0 comments on commit ffeb224

Please sign in to comment.