-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish updated docker images on github #38
Comments
Hi! |
I have just tested and it seems to work with (using diff --git a/docker-compose.yml b/docker-compose.yml
index 7691d2b..8491f6d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -13,7 +13,8 @@ services:
build:
context: .
args:
- - cachet_ver=2.4
+ - cachet_ver=v2.5.0
+ - archive_url=https://github.com/fiveai/Cachet/archive/v2.5.0.tar.gz
ports:
- 80:8000
links:
@@ -26,7 +27,7 @@ services:
- DB_USERNAME=postgres
- DB_PASSWORD=postgres
- DB_PREFIX=chq_
- - APP_KEY=${APP_KEY:-null}
+ - APP_KEY=base64:wQeI5J7wPPhwgtRLCtQEd1Q6CRoBHdPbZhMjHDGROwI=
- APP_LOG=errorlog
- APP_ENV=${APP_ENV:-production}
- APP_DEBUG=false |
@fauust I don't think it would be easier. The project appears to be dead/unmaintained. I'd fork it and create docker images on my own--but I don't have time to update and maintain the codebase. I'd rather see someone else do it or get the maintainers to come back. ;) |
Hi! |
I'd like to see updated docker images published on GitHub.
A sample github action:
The text was updated successfully, but these errors were encountered: