This open-source content management system provides a fully composable, AI-ready platform for designing ambitious digital experiences. It offers the flexibility to build exactly what you envision without the restrictions of vendor lock-in. The platform combines low-code options with advanced developer tools to support projects of any scale, from simple websites to complex enterprise platforms.\n\nKey benefits include:\n* Visual page building and site templates that allow teams to launch quickly and manage content independently.\n* Integrated AI capabilities that let you connect any AI model to enhance content creation.\n* Enterprise-grade security and accessibility that adhere to strict industry standards, ensuring your digital presence is safe.\n* An API-first architecture that seamlessly integrates with a wide range of digital marketing channels.\n* A lower cost of ownership driven by a massive global community of contributors.
services:
drupal:
image: drupal:10
ports:
- "8080:80"
volumes:
- ./drupal-modules:/var/www/html/modules
- ./drupal-profiles:/var/www/html/profiles
- ./drupal-sites:/var/www/html/sites
- ./drupal-themes:/var/www/html/themes
restart: always
depends_on:
- postgres
postgres:
image: postgres:15-alpine
environment:
POSTGRES_DB: ${POSTGRES_DB}
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
volumes:
- ./postgres-data:/var/lib/postgresql/data
restart: alwaysPOSTGRES_DB=drupal
POSTGRES_USER=drupal
POSTGRES_PASSWORD=your_secure_passwordAuto-fetched about 22 hours ago