Skip to content

StNiosem/gibbon-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gibbon-docker

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.

Example docker-compose.yml

See docker-compose.yml

Reccomended steps to expose to the internet:

  • Install Caddy Web Server
  • Write a simple Caddyfile:
gibbon.yourdomain.tld {
    reverse_proxy <SERVER-IP>:2010
}

The above takes care of SSL certificates automatically.

About

An unofficial docker container for Gibbon school platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors