Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magnolia-sre/magnolia-docker
A Docker image for Magnolia CMS
https://github.com/magnolia-sre/magnolia-docker
Last synced: 5 days ago
JSON representation
A Docker image for Magnolia CMS
- Host: GitHub
- URL: https://github.com/magnolia-sre/magnolia-docker
- Owner: magnolia-sre
- Created: 2018-11-30T10:07:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T15:38:09.000Z (5 months ago)
- Last Synced: 2024-08-01T19:51:52.293Z (3 months ago)
- Language: Smarty
- Homepage: https://www.magnolia-cms.com
- Size: 73.2 KB
- Stars: 22
- Watchers: 9
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
A blueprint project for creating a customized docker image for Magnolia CMS. Including helm-chart and pipeline for
its deployment in k8s.## Magnolia Docker Image bundle
Creates a webapp and docker container for Magnolia CMS using `io.fabric8:docker-maven-plugin`. It inherits from ```magnolia-empty-webapp```
and relies on as little customizations as possible.### Run the container
Pull and run the container:
`docker pull ghcr.io/magnolia-sre/magnolia-docker/magnolia-docker:latest`See:
[magnolia-sre/magnolia-docker Packages](https://github.com/orgs/magnolia-sre/packages/container/package/magnolia-docker%2Fmagnolia-docker)Default login username and password: superuser/superuser
It should be noted that Docker is no longer officially supported.
## CI/CD
Refer to the [pipeline](.github/workflows/pipeline.yml) for more insights.
## Simplifications
* Uses H2 DB
* No persistent storage
* ..