https://github.com/developeregrem/fewohbee-dockerized
Dockerization of the hotel management software
https://github.com/developeregrem/fewohbee-dockerized
docker docker-compose guesthouse pensionsverwaltung
Last synced: 5 months ago
JSON representation
Dockerization of the hotel management software
- Host: GitHub
- URL: https://github.com/developeregrem/fewohbee-dockerized
- Owner: developeregrem
- License: mit
- Created: 2019-08-13T15:33:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-27T11:58:47.000Z (6 months ago)
- Last Synced: 2025-12-29T05:48:21.294Z (6 months ago)
- Topics: docker, docker-compose, guesthouse, pensionsverwaltung
- Language: Shell
- Homepage: https://www.fewohbee.de
- Size: 84 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fewohbee-dockerized
This docker-compose setup is part of the [guesthouse administration tool](https://github.com/developeregrem/fewohbee). fewohbee-dockerized provides all necessary software/images in order to run the guesthouse administration tool (Pensionsverwaltung) out of the box.
The setup contains:
- [nginx](https://hub.docker.com/_/nginx/) as web server or reverse proxy
- [mariadb](https://hub.docker.com/_/mariadb) as database management system
- [PHP 8.5-fpm-alpine](https://hub.docker.com/_/php/) with [composer](https://hub.docker.com/_/composer) which [installs](https://github.com/developeregrem/fewohbee-phpfpm) the guesthouse administration tool when the container is started.
- [redis](https://hub.docker.com/_/redis) as in-memory cache
- ACME for letsencrypt or self-signed certificates (with automatic renew)
## Installation
Clone the master branch of the repository.
````
cd /opt
git clone https://github.com/developeregrem/fewohbee-dockerized.git
cd fewohbee-dockerized
````
Run the interactive installtion script to generate the configuration file and setup the application.
````
chmod +x install.sh
./install.sh
````
## Usage
Please refer to the documentation in the Wiki: [https://github.com/developeregrem/fewohbee/wiki/Docker-Setup](https://github.com/developeregrem/fewohbee/wiki/Docker-Setup)