Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add per_deposit_minimum validation #1124

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Put emily server back in
AshtonStephens committed Dec 16, 2024
commit d837cf1e24feda6ed3bfc3f9c44090ca140266e1
34 changes: 17 additions & 17 deletions docker/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -77,20 +77,20 @@ services:
- DYNAMODB_ENDPOINT=http://emily-dynamodb:8000
- TRUSTED_REORG_API_KEY=

# # Runs the Emily server.
# emily-server:
# build:
# context: ../
# dockerfile: docker/sbtc/Dockerfile
# target: emily-server
# depends_on:
# emily-aws-setup:
# condition: service_completed_successfully
# environment:
# - DYNAMODB_ENDPOINT=http://emily-dynamodb:8000
# - AWS_ACCESS_KEY_ID=xxxxxxxxxxxx
# - AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxx
# - AWS_REGION=us-west-2
# - PORT=3031
# ports:
# - "3031:3031"
# Runs the Emily server.
emily-server:
build:
context: ../
dockerfile: docker/sbtc/Dockerfile
target: emily-server
depends_on:
emily-aws-setup:
condition: service_completed_successfully
environment:
- DYNAMODB_ENDPOINT=http://emily-dynamodb:8000
- AWS_ACCESS_KEY_ID=xxxxxxxxxxxx
- AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxx
- AWS_REGION=us-west-2
- PORT=3031
ports:
- "3031:3031"