From 7c9fb95afa2d824039698f10ed27889449658121 Mon Sep 17 00:00:00 2001 From: Leopere Date: Thu, 31 May 2018 20:08:19 -0400 Subject: [PATCH] Adding base docker-compose.yml --- www.spee.ch/docker-compose.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 www.spee.ch/docker-compose.yml diff --git a/www.spee.ch/docker-compose.yml b/www.spee.ch/docker-compose.yml new file mode 100644 index 0000000..2c86764 --- /dev/null +++ b/www.spee.ch/docker-compose.yml @@ -0,0 +1,17 @@ +## To-Do: +## * [] setup webhooks in gitlab on projects that build containers for this. +## * [] Get the thing tested & perfected. +## * [] Healthchecks on all containers ideally without needing a custom container. +version: '3.4' +services: + +############# +## Lbrynet ## +############# + spee.ch: + build: . + restart: always + ports: + - 3000:3000 + volumes: + - ./www.spee.ch/data:/data