Skip to content
Snippets Groups Projects
Commit c5629efd authored by void's avatar void
Browse files

upgrade der services auf verwaltung

parent 0bf0fde3
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ version: "2.4"
services:
app:
image: gitea/gitea:1.13.2
image: gitea/gitea:1.17.3
restart: always
depends_on:
- db
......@@ -37,7 +37,7 @@ services:
db:
image: mariadb:10.5.6
image: mariadb:10.10.2
restart: always
volumes:
- /srv/gitea/db/:/var/lib/mysql
......
......@@ -2,10 +2,10 @@
version: "3"
services:
app:
image: mariadb:10.3.10
image: mariadb:10.10.2
restart: always
ports:
- 127.0.0.1:3306:3306
......
......@@ -4,7 +4,7 @@ services:
redis:
image: redis:6.2.1
image: redis:7.0.5
restart: always
networks:
- default
......@@ -12,7 +12,7 @@ services:
mysql:
image: mariadb:10.5.9
image: mariadb:10.10.2
restart: always
volumes:
- /srv/nextcloud/db/:/var/lib/mysql
......@@ -27,7 +27,7 @@ services:
app:
image: nextcloud:21.0.0-apache
image: nextcloud:25.0.1-apache
restart: always
volumes:
- /srv/nextcloud/data/:/var/www/html/
......@@ -59,7 +59,7 @@ services:
depends_on:
- app
environment:
OPTIONS: "https://{{ domain }}/cron.php"
OPTIONS: "--insecure https://{{ domain }}/cron.php"
CRON_SCHEDULE: "*/5 * * * *"
networks:
- default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment