Skip to content

Commit

Permalink
monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pertsev committed Aug 9, 2019
1 parent a7e83b9 commit b1244a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ RUN npm install
COPY . .

EXPOSE 8000
HEALTHCHECK CMD curl -f http://localhost:8000/
CMD ["npm", "run", "start"]
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b1244a8

Please sign in to comment.