https://github.com/michaelborn/boltondocker
A very customizable Bolt CMS image running courtesy of rossriley/docker-bolt
https://github.com/michaelborn/boltondocker
adminer bolt-cms docker mariadb php
Last synced: 21 days ago
JSON representation
A very customizable Bolt CMS image running courtesy of rossriley/docker-bolt
- Host: GitHub
- URL: https://github.com/michaelborn/boltondocker
- Owner: michaelborn
- License: mit
- Created: 2018-10-11T02:23:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T11:20:38.000Z (about 6 years ago)
- Last Synced: 2025-03-02T23:30:35.438Z (about 1 year ago)
- Topics: adminer, bolt-cms, docker, mariadb, php
- Language: CSS
- Size: 2.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bolt CMS On Docker with MariaDB
Simple setup for Bolt CMS on MariaDB and Docker.
## Installation
1. Clone this repo.
1. Run `docker-compose -f docker-compose.yml up -d` to build the image initially.
1. To re-build the image (say, with any changes) run `docker-compose -f docker-compose.yml up -d`
1. Open `http://localhost:8000/` in your browser.
## Configuration
* `config/.env` stores the bolt database name, username and password config.
* `config/mariadb.env` stores env vars which are passed to the mariadb container.
* `config/bolt.env` stores env vars which are passed to the bolt container.
* `config/php.ini` stores custom PHP settings.
## The Stack
This repo uses
* [MariaDB][1] for the database.
* [Ross Riley's Bolt Docker Image][2], including PHP 7.0, Nginx and SqlLite. (Unused.)
* [Adminer][3] for database management through a web GUI
[1]: https://hub.docker.com/_/mariadb/
[2]: https://hub.docker.com/r/rossriley/docker-bolt/
[3]: https://github.com/dockette/adminer