Skip to content

Instantly share code, notes, and snippets.

@ericof
Created April 26, 2022 13:53
Show Gist options
  • Save ericof/f5ce65252e727bfb396d24ce7066291d to your computer and use it in GitHub Desktop.
Save ericof/f5ce65252e727bfb396d24ce7066291d to your computer and use it in GitHub Desktop.
version: "3"
services:
frontend:
image: plone/plone-frontend:15.4.0
environment:
RAZZLE_INTERNAL_API_PATH: http://backend:8080/Plone
ports:
- "3000:3000"
depends_on:
- backend
backend:
image: plone/plone-backend:6.0.0a4
environment:
SITE: Plone
ports:
- "8080:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment