19 Commits

Author SHA1 Message Date
stevensting b0ba41f277 small fixes, set bonfire version to 1.0.5 2026-07-07 16:57:27 +02:00
stevensting df16876412 small fix for env var 2026-07-07 13:22:06 +02:00
stevensting d7c7703555 Merge branch 'main' into recipe-release 2026-07-07 12:41:03 +02:00
stevensting 6c4696d33a Merge branch 'main' into recipe-release 2026-07-07 12:15:58 +02:00
stevensting c6606ce828 fix more review findings 2026-07-07 11:50:43 +02:00
stevensting 1e9f29cdc4 fix review findings 2026-07-07 08:09:09 +00:00
stevensting 521e4124fe use all docker secrets directly with file access 2026-06-29 19:07:58 +02:00
stevensting 8ffe84e15e pass docker secrets by file names 2026-06-29 15:19:45 +02:00
stevensting a513bc6fa2 small fix 2026-06-29 14:31:29 +02:00
stevensting b002674215 move S3 to dedicated compose file and use docker secrets 2026-06-29 14:29:53 +02:00
stevensting 22c5d3b3e2 improve separation of compose files 2026-06-29 13:02:16 +02:00
stevensting 35d67a6823 restructure env file 2026-06-26 12:31:09 +02:00
stevensting 04a045ed33 fex versions of app and db, restructure .env.sample 2026-06-26 10:56:12 +02:00
stevensting 8436baf85b add healthcheck 2026-06-25 13:22:31 +02:00
stevensting bac96b0b82 move db to own compose file and fix version 2026-06-25 12:48:05 +02:00
stevensting f1e87ae7ca remove unused env vars 2026-06-25 11:51:24 +02:00
stevensting f03540e4c7 Merge branch 'main' into recipe-release 2026-06-25 09:41:36 +00:00
stevensting 318d7e36f6 Merge branch 'main' into recipe-release 2026-06-25 11:40:16 +02:00
stevensting 8b2f211eee move some env var defaults to compose 2026-06-25 11:35:18 +02:00
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -86,7 +86,6 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=1.0.0+1.0.5-social-amd64"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:4000"]
interval: 30s
-1
View File
@@ -1 +0,0 @@
ATTENTION: this is the first release and contains a couple of breaking changes in comparison to the previously unreleased recipe. There are a lot of secrets, keys and passwords moved to docker secrets, and the .env.sample was completly restructured. It is recommended to start your env file from scratch from the new template to make sure nothing is missing.