Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0ba41f277 | |||
| df16876412 | |||
| d7c7703555 | |||
| 6c4696d33a | |||
| c6606ce828 | |||
| 1e9f29cdc4 | |||
| 521e4124fe | |||
| 8ffe84e15e | |||
| a513bc6fa2 | |||
| b002674215 | |||
| 22c5d3b3e2 | |||
| 35d67a6823 | |||
| 04a045ed33 | |||
| 8436baf85b | |||
| bac96b0b82 | |||
| f1e87ae7ca | |||
| f03540e4c7 | |||
| 318d7e36f6 | |||
| 8b2f211eee |
@@ -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 +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.
|
||||
Reference in New Issue
Block a user