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