a first stab at a docker compose up matrix 2.0 stack

This commit is contained in:
Matthew Hodgson
2024-11-04 02:51:46 +00:00
commit ab53e32866
19 changed files with 953 additions and 0 deletions

4
init/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM alpine:latest
# TODO: check this doesn't reinstall yq on every launch and use a builder if necessary
RUN apk update && apk add yq bash envsubst