https://github.com/juniorb2ss/confighub-docker-compose
Docker-compose stack to run ConfigHub service: https://www.confighub.com
https://github.com/juniorb2ss/confighub-docker-compose
Last synced: 3 months ago
JSON representation
Docker-compose stack to run ConfigHub service: https://www.confighub.com
- Host: GitHub
- URL: https://github.com/juniorb2ss/confighub-docker-compose
- Owner: juniorb2ss
- License: mit
- Created: 2019-08-04T07:13:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T07:23:09.000Z (almost 7 years ago)
- Last Synced: 2025-08-20T07:28:47.699Z (10 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# confighub-docker-compose
Docker-compose stack to run ConfigHub service: https://www.confighub.com
# Step's
Create file `.env`
```bash
cp .env.test .env
```
First of all you need create mysql container
```bash
docker-compose up -d mysql
```
After create mysql container, now you need execute migration to populate tables
```bash
docker-compose up -d confighub-db-manager
```
Now, up application
```bash
docker-compose up -d confighub
```
You can access now using URL: http://localhost:8080
More details, please visit: http://docs.confighub.com/en/latest/ & https://github.com/ConfigHubPub