Compare commits
6 Commits
devydave-u
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3898eb45cb | |||
| 3d3f244682 | |||
| ff3c94b027 | |||
| aea9b626e0 | |||
| 265d4c3ebd | |||
| 6ccd5afc61 |
@ -4,13 +4,13 @@
|
||||
|
||||
<!-- metadata -->
|
||||
|
||||
* **Category**: Apps
|
||||
* **Status**: 1
|
||||
* **Category**: Utilities
|
||||
* **Status**: 2
|
||||
* **Image**: [`4get`](https://hub.docker.com/r/4get), 4, upstream
|
||||
* **Healthcheck**: Yes
|
||||
* **Backups**: No
|
||||
* **Email**: N/A
|
||||
* **Tests**: No
|
||||
* **Tests**: Yes
|
||||
* **SSO**: N/A
|
||||
|
||||
<!-- endmetadata -->
|
||||
|
||||
@ -19,7 +19,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.2.0+1.0.34"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.4.0+1.0.40"
|
||||
volumes:
|
||||
- banners:/var/www/html/4get/banner/
|
||||
configs:
|
||||
|
||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user