mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Update database images to latest versions in automatic db tests
This commit is contained in:
parent
82e4be7ad3
commit
3c113d214d
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ version: "3.5"
|
|||
|
||||
services:
|
||||
bw-db:
|
||||
image: mariadb:10.10
|
||||
image: mariadb
|
||||
environment:
|
||||
- MYSQL_RANDOM_ROOT_PASSWORD=yes
|
||||
- MYSQL_DATABASE=db
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: "3.5"
|
|||
|
||||
services:
|
||||
bw-db:
|
||||
image: mysql:8.0
|
||||
image: mysql
|
||||
environment:
|
||||
- MYSQL_RANDOM_ROOT_PASSWORD=yes
|
||||
- MYSQL_DATABASE=db
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: "3.5"
|
|||
|
||||
services:
|
||||
bw-db:
|
||||
image: postgres:15.1
|
||||
image: postgres
|
||||
environment:
|
||||
- POSTGRES_USER=bunkerweb
|
||||
- POSTGRES_PASSWORD=secret
|
||||
|
|
|
|||
Loading…
Reference in a new issue