Compare commits
4 Commits
ea66acb19c
...
f7b138bf5f
Author | SHA1 | Date | |
---|---|---|---|
f7b138bf5f | |||
b46438f5f0 | |||
4aead17416 | |||
ff28c52928 |
@ -24,7 +24,7 @@ services:
|
||||
# - "traefik.http.middlewares.gnous-travaux.redirectregex.regex=^https://${TRAVAUXCN}/"
|
||||
# - "traefik.http.middlewares.gnous-travaux.redirectregex.replacement=https://${CN}/travaux.php"
|
||||
- "traefik.http.routers.gnousweb.middlewares=gnousweb-force-cn"
|
||||
# - "traefik.http.routers.gnousweb.middlewares=apache-force-cn,apache-travaux"
|
||||
# - "traefik.http.routers.gnousweb.middlewares=gnousweb-force-cn,gnous-travaux"
|
||||
- "co.elastic.logs/module=apache"
|
||||
- "co.elastic.logs/fileset=access"
|
||||
|
||||
|
@ -2,7 +2,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: gitea/gitea:1.19.4-rootless
|
||||
image: gitea/gitea:1.20.1-rootless
|
||||
depends_on:
|
||||
- db
|
||||
expose:
|
||||
|
@ -14,11 +14,11 @@ services:
|
||||
- "co.elastic.logs/fileset=log"
|
||||
|
||||
app:
|
||||
image: mm_app:7.9.1
|
||||
image: mm_app:8.0.1
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
MM_VERSION: 7.9.1
|
||||
MM_VERSION: 8.0.1
|
||||
depends_on:
|
||||
- db
|
||||
restart: unless-stopped
|
||||
|
@ -36,7 +36,7 @@ services:
|
||||
- "co.elastic.logs/module=mysql"
|
||||
|
||||
app:
|
||||
image: nextcloud:24.0.12
|
||||
image: nextcloud:25.0.9
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
Loading…
Reference in New Issue
Block a user