Started on advanced-docker-compose.yml
This commit is contained in:
parent
1d86d03dc1
commit
b5c1dba41e
1 changed files with 17 additions and 0 deletions
17
www.spee.ch/advanced-docker-compose.yml
Normal file
17
www.spee.ch/advanced-docker-compose.yml
Normal 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:
|
||||||
|
|
||||||
|
############
|
||||||
|
## Speech ##
|
||||||
|
############
|
||||||
|
spee.ch:
|
||||||
|
build: .
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
volumes:
|
||||||
|
- ./www.spee.ch/data:/data
|
Loading…
Add table
Reference in a new issue