1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-11 07:09:17 +00:00

Merge branch 'main' into v2

This commit is contained in:
Elias Schneider
2025-11-17 08:39:36 +01:00
38 changed files with 1553 additions and 276 deletions

View File

@@ -20,8 +20,10 @@ services:
file: docker-compose.yml
service: pocket-id
environment:
- APP_ENV=test
- DB_PROVIDER=postgres
- DB_CONNECTION_STRING=postgres://postgres:postgres@postgres:5432/pocket-id
- FILE_BACKEND=${FILE_BACKEND}
depends_on:
postgres:
condition: service_healthy

View File

@@ -13,7 +13,7 @@ services:
retries: 10
create-bucket:
image: amazon/aws-cli
image: amazon/aws-cli:latest
environment:
AWS_ACCESS_KEY_ID: test
AWS_SECRET_ACCESS_KEY: test

View File

@@ -15,6 +15,7 @@ services:
environment:
APP_ENV: test
ENCRYPTION_KEY: test-encryption-key
FILE_BACKEND: ${FILE_BACKEND}
build:
args:
- BUILD_TAGS=e2etest