Skip to content

Commit

Permalink
Don't set the version
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesgaroux committed Apr 12, 2024
1 parent bf9ac59 commit f35a18b
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions bag_replicator/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
version: "3.0.0"
services:
localstack:
image: "public.ecr.aws/localstack/localstack:3.0.0"
environment:
- SERVICES=sqs
ports:
- "4566:4566"
s3:
image: "760097843905.dkr.ecr.eu-west-1.amazonaws.com/zenko/cloudserver:8.1.8"
environment:
- "S3BACKEND=mem"
ports:
- "33333:8000"
azurite:
image: "mcr.microsoft.com/azure-storage/azurite"
ports:
- "10000:10000"
command: ["azurite", "--blobHost", "0.0.0.0"]
localstack:
image: "public.ecr.aws/localstack/localstack:3.0.0"
environment:
- SERVICES=sqs
ports:
- "4566:4566"
s3:
image: "760097843905.dkr.ecr.eu-west-1.amazonaws.com/zenko/cloudserver:8.1.8"
environment:
- "S3BACKEND=mem"
ports:
- "33333:8000"
azurite:
image: "mcr.microsoft.com/azure-storage/azurite"
ports:
- "10000:10000"
command: ["azurite", "--blobHost", "0.0.0.0"]

0 comments on commit f35a18b

Please sign in to comment.