7 Commits

3 changed files with 11 additions and 5 deletions

View File

@ -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 -->

View File

@ -3,7 +3,7 @@ version: "3.11"
services:
app:
image: luuul/4get:1.0.37
image: luuul/4get:1.0.40
environment:
- FOURGET_PROTO=http
- DISALLOWED_SSL=TLS_AES_256_GCM_SHA384
@ -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
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}