Skip to content

Commit

Permalink
docker-compose: server depends on localstack
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobozzo committed Dec 24, 2023
1 parent 2710601 commit 2f9e454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ services:
volumes:
- ./scripts/aws:/etc/localstack/init/ready.d
server:
depends_on:
- localstack
build: .
ports:
- "8080:8080"
Expand Down

0 comments on commit 2f9e454

Please sign in to comment.