Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d97ca376c9 |
+2
-2
@@ -21,7 +21,7 @@ services:
|
||||
backupbot.backup.path: "/tmp/backup/"
|
||||
|
||||
app:
|
||||
image: quay.io/wekan/wekan:v6.68
|
||||
image: quay.io/wekan/wekan:v6.78
|
||||
environment:
|
||||
- MONGO_URL=mongodb://db:27017/wekan
|
||||
- DOMAIN
|
||||
@@ -83,7 +83,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.12.0+v6.68"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.13.0+v6.78"
|
||||
|
||||
volumes:
|
||||
wekan-db:
|
||||
|
||||
Reference in New Issue
Block a user