Xibo is a powerful Open Source Digital Signage platform with a web content management system and player applications for various platforms (Android, ChromeOS, Linux, webOS, Windows and Tizen) to show content on your screens.
See https://xibosignage.com for more information.
Docker is an application to package and run any application in a pre-configured container and is the only way to deploy a Xibo CMS with recommended and supported configuration.
This repository holds the docker container definitions for Xibo and the docker-compose configuration, which is used to bootstrap, start, stop and destroy the installation.
Copyright (C) 2006-2026 Xibo Signage Ltd and Contributors.
Xibo is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
Xibo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with Xibo. If not, see http://www.gnu.org/licenses/.
Full installation instructions for supported use of these containers can be found in our documentation
This repository contains Docker configuration (Dockerfile) for the Xibo
containers. A normal installation only requires docker-compose.yaml and
a config.env.template file, suitably configured, saved as config.env.
web and xmr Dockerfiles and associated configuration. These are built by Docker
Hub and packaged into xibosignage/xibo-cms and xibosignage/xibo-xmr.
Data folders for the Xibo installation.
- The Library storage can be found in
/shared/cms/library - The database storage can be found in
/shared/db - Automated daily database backups can be found in
/shared/backup - Custom themes should be placed in
/shared/cms/web/theme/custom - Custom modules should be placed in
/shared/cms/custom - Any user generated PHP or resources external to Xibo that you want hosted
on the same webserver go in
/shared/cms/web/userscripts. They will then be available to you athttp://localhost/userscripts/
If you have your own docker environment you may want to run without the automation provided by docker-compose. If this is the case you will be responsible for pulling the docker containers, starting them and manually installing Xibo.
Support requests can be reported on the Xibo Community Forum. Verified, re-producible bugs with this repository can be reported in the Xibo parent repository.