mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 02:37:42 +00:00
Bump postgres and mysql versions (#15710)
* bump postgres and mysql DB versions * posgres test against v10 Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
@@ -107,7 +107,7 @@ services:
|
|||||||
+ - db
|
+ - db
|
||||||
+
|
+
|
||||||
+ db:
|
+ db:
|
||||||
+ image: mysql:5.7
|
+ image: mysql:8
|
||||||
+ restart: always
|
+ restart: always
|
||||||
+ environment:
|
+ environment:
|
||||||
+ - MYSQL_ROOT_PASSWORD=gitea
|
+ - MYSQL_ROOT_PASSWORD=gitea
|
||||||
@@ -148,7 +148,7 @@ services:
|
|||||||
+ - db
|
+ - db
|
||||||
+
|
+
|
||||||
+ db:
|
+ db:
|
||||||
+ image: postgres:9.6
|
+ image: postgres:13
|
||||||
+ restart: always
|
+ restart: always
|
||||||
+ environment:
|
+ environment:
|
||||||
+ - POSTGRES_USER=gitea
|
+ - POSTGRES_USER=gitea
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ services:
|
|||||||
+ - db
|
+ - db
|
||||||
+
|
+
|
||||||
+ db:
|
+ db:
|
||||||
+ image: mysql:5.7
|
+ image: mysql:8
|
||||||
+ restart: always
|
+ restart: always
|
||||||
+ environment:
|
+ environment:
|
||||||
+ - MYSQL_ROOT_PASSWORD=gitea
|
+ - MYSQL_ROOT_PASSWORD=gitea
|
||||||
@@ -188,7 +188,7 @@ services:
|
|||||||
+ - db
|
+ - db
|
||||||
+
|
+
|
||||||
+ db:
|
+ db:
|
||||||
+ image: postgres:9.6
|
+ image: postgres:13
|
||||||
+ restart: always
|
+ restart: always
|
||||||
+ environment:
|
+ environment:
|
||||||
+ - POSTGRES_USER=gitea
|
+ - POSTGRES_USER=gitea
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ services:
|
|||||||
+ - db
|
+ - db
|
||||||
+
|
+
|
||||||
+ db:
|
+ db:
|
||||||
+ image: mysql:5.7
|
+ image: mysql:8
|
||||||
+ restart: always
|
+ restart: always
|
||||||
+ environment:
|
+ environment:
|
||||||
+ - MYSQL_ROOT_PASSWORD=gitea
|
+ - MYSQL_ROOT_PASSWORD=gitea
|
||||||
@@ -172,7 +172,7 @@ services:
|
|||||||
+ - db
|
+ - db
|
||||||
+
|
+
|
||||||
+ db:
|
+ db:
|
||||||
+ image: postgres:9.6
|
+ image: postgres:13
|
||||||
+ restart: always
|
+ restart: always
|
||||||
+ environment:
|
+ environment:
|
||||||
+ - POSTGRES_USER=gitea
|
+ - POSTGRES_USER=gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user