🏗️」 wip: logstash workinnnggg

This commit is contained in:
2025-07-26 10:31:26 +02:00
parent 8982e72969
commit f1d54de6a5
19 changed files with 95 additions and 1 deletions

View File

@ -24,5 +24,7 @@ EXPOSE 3000
RUN mkdir /db
STOPSIGNAL SIGINT
ENV LOG_TARGET=/var/log/log.log
RUN touch /var/log/log.log
CMD [ "node", "/app/src/start.js" ]