https://github.com/clayrisser/easyappointments-docker
A docker image for Easy!Appointments
https://github.com/clayrisser/easyappointments-docker
docker easyappointments environment-variables
Last synced: 9 months ago
JSON representation
A docker image for Easy!Appointments
- Host: GitHub
- URL: https://github.com/clayrisser/easyappointments-docker
- Owner: clayrisser
- License: mit
- Created: 2017-05-11T21:43:30.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T08:47:29.000Z (almost 3 years ago)
- Last Synced: 2025-10-09T07:04:29.230Z (9 months ago)
- Topics: docker, easyappointments, environment-variables
- Language: PHP
- Size: 801 KB
- Stars: 26
- Watchers: 3
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy!Appointments Docker
A docker image for Easy!Appointments
Please ★ this repo if you found it useful ★ ★ ★

## Features
* Change settings with environment variables
* Sync with Google Calendar
* Set timezone
## Installation
```sh
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
```
## Usage
| 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" |
## Dependencies
* [Docker](https://www.docker.com/)
## Support
Submit an [issue](https://github.com/jamrizzi/easyappointments-docker/issues/new)
## Buy Me Coffee
A ridiculous amount of coffee was consumed in the process of building this project.
[Add some fuel](https://pay.jamrizzi.com) if you'd like to keep me going!
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## License
[MIT License](https://github.com/jamrizzi/easyappointments-docker/blob/master/LICENSE)
[Jam Risser](https://jamrizzi.com) © 2017
## Credits
* [Jam Risser](https://jamrizzi.com) - Author
## Changelog
0.1.0 (2017-08-20)
* Beta version
* Fixed timezone bug
0.0.1 (2017-05-11)
* Initial release