update e2e test

This commit is contained in:
einhornimmond 2024-09-04 12:27:36 +02:00
parent 38b2ac01c0
commit 00397454da
5 changed files with 2 additions and 9 deletions

View File

@ -3,8 +3,6 @@
# To use it it is required to explicitly define if you want to build with it:
# > docker-compose -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.apple-m1.override.yml up
version: "3.4"
services:
########################################################
# FRONTEND #############################################

View File

@ -1,5 +1,3 @@
version: "3.4"
services:
########################################################

View File

@ -1,5 +1,3 @@
version: "3.4"
services:
########################################################
# FRONTEND #############################################

View File

@ -3,8 +3,6 @@
# is required to explicitly define if you want an production build:
# > docker-compose -f docker-compose.yml up
version: "3.4"
services:
########################################################
@ -67,7 +65,7 @@ services:
context: ./mariadb
target: mariadb_server
environment:
- MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1
- MARIADB_ALLOW_EMPTY_PASSWORD=1
- MARIADB_USER=root
networks:
- internal-net

1
e2e-tests/.nvmrc Normal file
View File

@ -0,0 +1 @@
v19.5.0