-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to starting docker-compose in the dev-container
- Loading branch information
1 parent
feb276e
commit 5c6dd18
Showing
7 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
services: | ||
rabbitmq: | ||
image: rabbitmq:management | ||
container_name: 'rabbitmq' | ||
ports: | ||
- 5672:5672 | ||
- 15672:15672 | ||
- 61613:61613 | ||
volumes: | ||
- ./rabbitmq_setup/enabled_plugins:/etc/rabbitmq/enabled_plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
services: | ||
blueapi: | ||
build: | ||
target: developer | ||
dockerfile: ../Dockerfile | ||
volumes: | ||
- ..:/workspaces:cached,z |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.