Skip to content
Snippets Groups Projects
Commit a7f237e7 authored by Jens Sandmann's avatar Jens Sandmann
Browse files

vorstand: gittea & mariadb upgrade

parent 00af40c4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ version: "3"
services:
app:
image: gitea/gitea:1.7.0-rc1
image: gitea/gitea:1.7.1
restart: always
depends_on:
- db
......@@ -29,7 +29,7 @@ services:
DB_PASSWD: "{{ mysql_user_pw }}"
db:
image: mariadb:10.3.10
image: mariadb:10.4.2
restart: always
volumes:
- /srv/gitea/db/:/var/lib/mysql
......@@ -38,4 +38,3 @@ services:
MYSQL_PASSWORD: "{{ mysql_user_pw }}"
MYSQL_DATABASE: "gitea"
MYSQL_USER: "gitea"
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