Fixed state before e2e tests
ci/woodpecker/push/02-build-push Pipeline was successful
ci/woodpecker/manual/02-build-push Pipeline was successful
ci/woodpecker/manual/01-test Pipeline failed

This commit is contained in:
Roman Meshko
2026-05-06 13:56:34 +03:00
parent 8468ee86d0
commit 7affdb9be9
3 changed files with 21 additions and 4 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ services:
LOADER_URL: http://mock-loader:8080
ANNOTATIONS_URL: http://mock-annotations:8081
JWT_SECRET: test-secret-e2e-only
CLASSES_JSON_PATH: /media/classes.json
CLASSES_JSON_PATH: /app/classes.json
volumes:
- ./fixtures:/media
- ./logs:/app/Logs
@@ -49,7 +49,7 @@ services:
LOADER_URL: http://mock-loader:8080
ANNOTATIONS_URL: http://mock-annotations:8081
JWT_SECRET: test-secret-e2e-only
CLASSES_JSON_PATH: /media/classes.json
CLASSES_JSON_PATH: /app/classes.json
volumes:
- ./fixtures:/media
- ./logs:/app/Logs
@@ -72,7 +72,7 @@ services:
LOADER_URL: http://mock-loader:8080
ANNOTATIONS_URL: http://mock-annotations:8081
JWT_SECRET: test-secret-e2e-only
CLASSES_JSON_PATH: /media/classes.json
CLASSES_JSON_PATH: /app/classes.json
volumes:
- ./fixtures:/media:ro
shm_size: 512m