i dont know why im manually freeing stuff. ohh i know why. because i copypastad
This commit is contained in:
14
docker-compose-python-sdk-test.yaml
Normal file
14
docker-compose-python-sdk-test.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
sdk-test:
|
||||
image: python:3.12-slim
|
||||
network_mode: host
|
||||
working_dir: /tests
|
||||
volumes:
|
||||
- ./tests/sdk:/tests
|
||||
environment:
|
||||
- JORMUN_ENDPOINT=http://localhost:${JORMUN_PORT:-8002}
|
||||
- AWS_ACCESS_KEY_ID=local
|
||||
- AWS_SECRET_ACCESS_KEY=local
|
||||
- AWS_DEFAULT_REGION=us-east-1
|
||||
command: >
|
||||
sh -c "pip install --quiet boto3 && python test_sdk.py"
|
||||
Reference in New Issue
Block a user