QloApps
An open-source, customizable and intuitive web-based hotel reservation system and a booking engine.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
qloapps_docker:
image: webkul/qloapps_docker:latest
container_name: qloappsv160
ports:
- 80:80
- 3306:3306
- 2222:22
environment:
- USER_PASSWORD=qloappsuserpassword
- MYSQL_ROOT_PASSWORD=myrootpassword
- MYSQL_DATABASE=mydatabase
restart: unless-stoppedResources
Website: https://qloapps.com/
GitHub: https://github.com/Qloapps/QloApps
Docker Hub: https://hub.docker.com/r/webkul/qloapps_docker
Configuration: See the Docker Hub page