Skip to content

Commit

Permalink
Correct the compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jun 30, 2023
1 parent 9aecf2d commit 3c71a2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]
env:
ADDON_NAME: "@kitconcept/volto-highlight-block"
ADDON_PATH: "volto-highlight-block"
VOLTO_VERSION: "17"
VOLTO_VERSION: "17.0.0-alpha.16"

jobs:

Expand Down
6 changes: 3 additions & 3 deletions acceptance/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
args:
ADDON_NAME: "${ADDON_NAME}"
ADDON_PATH: "${ADDON_PATH}"
VOLTO_VERSION: ${VOLTO_VERSION:-17}
VOLTO_VERSION: ${VOLTO_VERSION:-17.0.0-alpha.16}
volumes:
- ${CURRENT_DIR}:/app/src/addons/${ADDON_PATH}/
environment:
Expand All @@ -31,7 +31,7 @@ services:
args:
ADDON_NAME: "${ADDON_NAME}"
ADDON_PATH: "${ADDON_PATH}"
VOLTO_VERSION: ${VOLTO_VERSION:-17}
VOLTO_VERSION: ${VOLTO_VERSION:-17.0.0-alpha.16}
environment:
RAZZLE_INTERNAL_API_PATH: http://backend-acceptance:55001/plone
RAZZLE_API_PATH: http://localhost:55001/plone
Expand All @@ -43,7 +43,7 @@ services:
- prod

backend-acceptance:
image: plone/plone-backend:${PLONE_VERSION:-6}
image: plone/plone-backend:${PLONE_VERSION:-6.0.6}
command: ./bin/robot-server plone.app.robotframework.testing.VOLTO_ROBOT_TESTING
environment:
ZSERVER_HOST: 0.0.0.0
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
args:
ADDON_NAME: "${ADDON_NAME}"
ADDON_PATH: "${ADDON_PATH}"
VOLTO_VERSION: ${VOLTO_VERSION:-17}
VOLTO_VERSION: ${VOLTO_VERSION:-17.0.0-alpha.16}
volumes:
- ${CURRENT_DIR}:/app/src/addons/${ADDON_PATH}/
environment:
Expand All @@ -26,7 +26,7 @@ services:
- dev

backend:
image: plone/plone-backend:${PLONE_VERSION:-6}
image: plone/plone-backend:${PLONE_VERSION:-6.0.6}
environment:
SITE: Plone
CORS_ALLOW_ORIGIN: '*'
Expand Down

0 comments on commit 3c71a2f

Please sign in to comment.