update readme with production remarks

This commit is contained in:
Colin Griffin 2021-12-17 12:30:44 -05:00 committed by GitHub
parent d94029e970
commit b571d097b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -8,10 +8,18 @@
<a href="https://github.com/calendso/calendso-docker/issues">Community Support</a>
</div>
# calendso-docker
# Docker
The Docker configuration for Calendso is an effort powered by people within the community. Calendso does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
## Important Notes
This Docker Image is managed by the Calendso Community. Support for this image can be found via the repository, located at [https://github.com/calendso/docker](https://github.com/calendso/docker)
Currently, this image is intended for local development/evaluation use only, as there are specific requirements for providing environmental variables at build-time in order to specify a non-localhost BASE_URL. (this is due to the nature of the static site compilation, which embeds the variable values). The ability to update these variables at runtime is in-progress and will be available in the future.
For Production, for the time being, please checkout the repository and build/push your own image privately.
## Requirements
Make sure you have `docker` & `docker-compose` installed on the server / system.