e2e test refactor

This commit is contained in:
SPRINX0\prochazka
2025-01-09 12:43:32 +01:00
parent de1a1c923a
commit f7ed9c3eda
11 changed files with 20 additions and 125 deletions

View File

@@ -22,19 +22,16 @@ services:
restart: always
ports:
- 16005:3306
- 16006:22
- "16006:22"
mysql-ssh-keyfile:
build: containers/mysql-ssh-keyfile
restart: always
ports:
- 16007:3306
- 16008:22
- "16008:22"
dex:
image: dexidp/dex:v2.35.3
build: containers/dex
ports:
- "16009:5556"
volumes:
- ./dex-config.yaml:/etc/dex/cfg/config.yaml
command: ["dex", "serve", "/etc/dex/cfg/config.yaml"]