From 41ceaae676dbd64707ef229849c5d38117eababf Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod <5160559+rkm@users.noreply.github.com> Date: Thu, 13 Jun 2019 11:06:02 +0100 Subject: [PATCH] Add BlueSky and BlueBird to docker-compose --- .gitignore | 5 ++++- docker-compose.yml | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b4e7736..0de6aa3 100644 --- a/.gitignore +++ b/.gitignore @@ -196,4 +196,7 @@ docs/tools/FSharp.Formatting.svclog project.lock.json # Confidential data -nats-sector.json \ No newline at end of file +nats-sector.json + +# PyCharm files +.idea/ diff --git a/docker-compose.yml b/docker-compose.yml index afceb1f..06790c6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,26 @@ + version: '3' + services: + bluesky: + container_name: bluesky + image: turinginst/bluesky:1.1.1 + expose: + - 9000 + - 9001 + bluebird: + container_name: bluebird + depends_on: + - bluesky + image: turinginst/bluebird:1.2.0 + ports: + - 5001:5001 + environment: + - BS_HOST=bluesky web: + container_name: twitcher + depends_on: + - bluebird build: . image: turinginst/twitcher command: http-server .