Merged in feature/localstackands3object (pull request #54)

LocalStack and S3 Objects

* firstround

* cleanupintegration

* tidyports
This commit is contained in:
Michael McGuinness
2025-02-06 15:00:26 +00:00
parent 9e6328d8f9
commit e146725825
17 changed files with 381 additions and 128 deletions
+2 -2
View File
@@ -3,13 +3,13 @@ services:
test-db:
image: postgres:17.2-alpine3.21
ports:
- 5432:5432
- 5430:5432
environment:
POSTGRES_DB: ${DB_NAME}
POSTGRES_PASSWORD: ${DB_PASS}
POSTGRES_USER: ${DB_USER}
expose:
- 5432
- 5430
volumes:
- test-db-data:/var/lib/postgresql/data
healthcheck: