Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c013d39fd | ||
|
|
285bc01bef | ||
|
|
2ca12bff9c | ||
|
|
da2e62b618 | ||
|
|
364b5c8b8a |
+1
-1
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
ftp:
|
||||
image: atmoz/sftp
|
||||
image: atmoz/sftp:alpine
|
||||
secrets:
|
||||
- ftp_pass
|
||||
volumes:
|
||||
|
||||
+3
-3
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "wordpress:6.9.0"
|
||||
image: "wordpress:6.9.4"
|
||||
volumes:
|
||||
- "wordpress_content:/var/www/html/wp-content/"
|
||||
networks:
|
||||
@@ -62,10 +62,10 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.replacement=https://${DOMAIN}/$${2}"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.permanent=true"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.17.1+6.9.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.19.0+6.9.4"
|
||||
|
||||
db:
|
||||
image: "mariadb:12.1"
|
||||
image: "mariadb:12.2"
|
||||
volumes:
|
||||
- "mariadb:/var/lib/mysql"
|
||||
networks:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user