AppsCMSPlone

Plone

Powerful open-source CMS system.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  plone-backend:
    image: plone/plone-backend:6.0
    container_name: plone6-backend
    environment:
      - SITE=Plone
      - CORS_ALLOW_ORIGIN=*
    ports:
      - 8080:8080
    restart: always

Resources

Website: https://plone.org/

GitHub: https://github.com/plone

Docker Hub: https://hub.docker.com/u/plone

Configuration: https://6.docs.plone.org/install/containers/index.html