mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
monitoring
This commit is contained in:
parent
a7e83b9fee
commit
b1244a87b4
@ -7,4 +7,5 @@ RUN npm install
|
||||
COPY . .
|
||||
|
||||
EXPOSE 8000
|
||||
HEALTHCHECK CMD curl -f http://localhost:8000/
|
||||
CMD ["npm", "run", "start"]
|
@ -10,6 +10,13 @@ services:
|
||||
LETSENCRYPT_HOST: relayer.tornado.cash
|
||||
env_file: ./.env
|
||||
|
||||
monitor:
|
||||
image: arefaslani/docker-telegram-notifier
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
env_file: ./.env
|
||||
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
|
Loading…
Reference in New Issue
Block a user