https://github.com/evilfreelancer/rehearsalsbooking-docker
https://github.com/evilfreelancer/rehearsalsbooking-docker
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evilfreelancer/rehearsalsbooking-docker
- Owner: EvilFreelancer
- Created: 2019-09-29T20:02:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-29T20:34:43.000Z (over 6 years ago)
- Last Synced: 2025-02-09T15:15:35.429Z (11 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Composer for RehearsalsBooking
## How to use
Clone repo
git clone git@github.com:EvilFreelancer/RehearsalsBooking-docker.git
Switch to folder with sources
cd RehearsalsBooking-docker
Set (dot)env files
cp .env.example .env
cp .env.database.example .env.database
Set docker-compose.yml file
cp docker-compose.yml.dist docker-compose.yml
Pull containers from Docker Hub
docker-compose pull
Build from Dockefiles:
docker-compose build
Start containers
docker-compose up -d
# Links
* https://github.com/RehearsalsBooking/backend