e2e tests branch

This commit is contained in:
SPRINX0\prochazka
2024-12-06 14:36:59 +01:00
parent 55cac14ecf
commit ed7bfe0c21
3 changed files with 1188 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: '3'
services:
postgres:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: Pwd2020Db
ports:
- 16000:5432
mariadb:
image: mariadb
command: --default-authentication-plugin=mysql_native_password
restart: always
ports:
- 16004:3306
environment:
- MYSQL_ROOT_PASSWORD=Pwd2020Db