A docker image for Easy!Appointments
500K+
A docker image for Easy!Appointments
Please ★ this repo if you found it useful ★ ★ ★
docker run --name some-mariadb -e MYSQL_ROOT_PASSWORD=hellodocker -e MYSQL_DATABASE=easyappointments mariadb:latest
docker run --name some-easyappointments -d --link some-mariadb:db -p 8888:8888 jamrizzi/easyappointments:latest
| Environment Variable | Deafult Value |
|---|---|
| BASE_URL | "http://localhost:8888" |
| LANGUAGE | "english" |
| DEBUG | false |
| DB_HOST | "db" |
| DB_NAME | "easyappointments" |
| DB_USERNAME | "root" |
| DB_PASSWORD | "hellodocker" |
| GOOGLE_SYNC_FEATURE | false |
| GOOGLE_PRODUCT_NAME | |
| GOOGLE_CLIENT_ID | |
| GOOGLE_CLIENT_SECRET | |
| GOOGLE_API_KEY | |
| TZ | "UTC" |
Submit an issue
A ridiculous amount of coffee was consumed in the process of building this project.
Add some fuel if you'd like to keep me going!
git checkout -b my-new-featuregit commit -m 'Add some feature'git push origin my-new-featureJam Risser © 2017
0.1.0 (2017-08-20)
0.0.1 (2017-05-11)
Content type
Image
Digest
Size
28.3 MB
Last updated
over 8 years ago
docker pull jamrizzi/easyappointments