mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
「🏗️」 wip: logstash workinnnggg
This commit is contained in:
@ -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" ]
|
||||
|
@ -6,6 +6,7 @@ services:
|
||||
context: ../../
|
||||
volumes:
|
||||
- db-user:/db
|
||||
- log-user:/var/log
|
||||
networks:
|
||||
- front
|
||||
- back
|
||||
@ -22,6 +23,7 @@ services:
|
||||
context: ../../
|
||||
volumes:
|
||||
- db-auth:/db
|
||||
- log-auth:/var/log
|
||||
networks:
|
||||
- front
|
||||
- back
|
||||
|
Reference in New Issue
Block a user