A docker image for Easy!Appointments
Please ★ this repo if you found it useful ★ ★ ★
- Change settings with environment variables
- Sync with Google Calendar
- Set timezone
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!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Jam Risser © 2017
- Jam Risser - Author
0.1.0 (2017-08-20)
- Beta version
- Fixed timezone bug
0.0.1 (2017-05-11)
- Initial release