Skip to content

Commit

Permalink
first attempt to use services
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Sep 2, 2023
1 parent 7310eec commit bdafb92
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,12 @@ jobs:
build-backend:
runs-on: ubuntu-20.04
services:
dynamodb-local:
image: "amazon/dynamodb-local:1.20.0"
ports:
- "8000:8000"
volumes:
- "./docker/dynamodb:/home/dynamodblocal/data"
localstack:
image: localstack/localstack:jvm-2022-11-03
ports:
- "4566-4599:4566-4599"
env:
SERVICES: s3,kms
SERVICES: s3,kms,dynamo
redis:
image: redis
ports:
Expand Down

0 comments on commit bdafb92

Please sign in to comment.