Skip to content

Commit

Permalink
Put emily server back in
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonStephens committed Dec 16, 2024
1 parent 997227b commit d837cf1
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docker/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d837cf1

Please sign in to comment.