Adding base docker-compose.yml

This commit is contained in:
Leopere 2018-05-31 20:08:19 -04:00
parent 107f7aeff3
commit 7c9fb95afa

View file

@ -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