migrate: kid; matrix, firefish, search engine
This commit is contained in:
parent
a12c81159a
commit
509afb52a8
25 changed files with 699 additions and 0 deletions
12
servers/kid/docker-compose.d/custom/firefish/Dockerfile
Normal file
12
servers/kid/docker-compose.d/custom/firefish/Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
FROM registry.joinfirefish.org/firefish/firefish:latest
|
||||
|
||||
RUN apk add \
|
||||
curl \
|
||||
jq
|
||||
|
||||
COPY config/default.yml /firefish/.config/default.yml
|
||||
COPY docker-entrypoint.d/ /docker-entrypoint.d/
|
||||
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||
RUN chmod +x /docker-entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["sh", "/docker-entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue