Skip to content

Commit

Permalink
remove docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
shermosa committed Jun 29, 2021
1 parent 615aee5 commit 4eced17
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,3 @@ services:
- '3306:3306'
expose:
- '3306'

localstack:
image: localstack/localstack
container_name: awslocal
hostname: awslocal
environment:
DOCKER_HOST: unix:///var/run/docker.sock
HOST_TMP_FOLDER: /tmp/localstack
HOSTNAME_EXTERNAL: awslocal
ports:
- "4566:4566"
- "8055:8080"
volumes:
- "./.localstack:/tmp/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"

0 comments on commit 4eced17

Please sign in to comment.