An unofficial docker container for Gibbon school platform
Based on PHP:8.4-apache, listens on port 2010 by default
Caution
This image does not come with a MariaDB/MySQL server. You will need one, either in Docker or anywhere, really.
See docker-compose.yml
- Install Caddy Web Server
- Write a simple Caddyfile:
gibbon.yourdomain.tld {
reverse_proxy <SERVER-IP>:2010
}
The above takes care of SSL certificates automatically.