summaryrefslogtreecommitdiff
path: root/docker-compose.yml
Commit message (Collapse)AuthorAgeFilesLines
* standardized docker-compose to 1 single imagejfederico2021-06-181-32/+55
|
* update postgres version (#8)simonschweizer2021-02-231-1/+1
| | | | updated postgreSQL version to the current 11 version (https://hub.docker.com/_/postgres)
* Restart redis on reboot (#7)simonschweizer2021-02-231-1/+1
| | | Restarts the redis container on a reboot to prevent scalelite from not starting.
* Merge pull request #2 from hokascha/patch-1Jesus Federico2020-11-261-0/+1
|\ | | | | enable persistence in redis
| * enable persistence in redisHokascha2020-11-231-0/+1
| |
* | update to docker-compose.ymljfederico2020-11-251-2/+0
| |
* | Revert "Revert "Update docker-compose.yml""Jesus Federico2020-11-251-4/+0
| |
* | Revert "Update docker-compose.yml"Jesus Federico2020-11-251-0/+4
|/
* Update docker-compose.ymlLukas Schmitt2020-07-081-4/+0
| | | Removed external port for docker-containers. By default the ports should not be open. Especially if the server can be reached from the Internet. If you want to connect to these services from outside, you can go through an SSH tunnel if in doubt.
* Send logs to journaldjfederico2020-04-301-0/+6
|
* added spool directory for recording-importerjfederico2020-04-291-0/+1
|
* Added new versionjfederico2020-04-271-70/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated init-letsencrypt updated init-letsencrypt with docker-compose-init updated init-letsencrypt with docker-compose-init restored init-letsencrypt updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot added certbot to scalelite-nginx fixed settings for acme-challenge added blacklist updated init-letsencrypt for working with scaleite-nginx Removed unnecessary files percisted certbot logs and added env options to init-letsencrypt
* Allow custom redis and psql servers to be set through .envjfederico2020-02-141-6/+4
|
* Included steps for adding SSL certificate from a CA other than letsencryptjfederico2020-02-141-6/+10
|
* Simplified env variables for postgres databasejfederico2020-02-131-5/+1
|
* Changed scalelite image tag to latestjfederico2020-02-131-2/+2
|
* Updated documentationjfederico2020-02-131-1/+1
|
* Simplified use of HOST_NAMEjfederico2020-02-131-3/+8
|
* Updated substitution of BUILD_NUMBERjfederico2020-02-131-1/+1
|
* Updates for supporting certbot (#2)Jesus Federico2020-02-131-2/+10
|
* Updated for using postgres on recordingsjfederico2020-02-121-0/+1
|
* Added postgressjfederico2020-02-121-2/+20
|
* changes for making it compatible with cloud versionjfederico2020-02-121-1/+1
|
* Generalized hostnamejfederico2020-02-111-4/+4
|
* Updates for multiple entrypoints to same imagejfederico2020-02-111-14/+21
|
* Updates to docker-compose.yml to fix persistency and securityjfederico2020-02-041-12/+8
|
* First commitjfederico2020-02-031-0/+66