Skip to content

Commit

Permalink
Add statusnook for monitoring all services
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed May 3, 2024
1 parent d8b99d3 commit 1279444
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,17 @@ services:
LETSENCRYPT_EMAIL: ${EMAIL}
VIRTUAL_PORT: 3000
volumes:
- ${DIR}/content/partners:/tmp/uploads
- ${DIR}/content/partners/mapeo-config-editor:/tmp/uploads
statusnook:
image: goksan/statusnook
# environment:
# VIRTUAL_HOST: ${DOMAIN_STATUSNOOK}
# LETSENCRYPT_HOST: ${DOMAIN_STATUSNOOK}
# LETSENCRYPT_EMAIL: ${EMAIL}
# VIRTUAL_PORT: 8000
ports:
- 127.0.0.1:8000:8000

volumes:
- ${DIR}/app-data/statusnook:/app/statusnook-data
restart: always

0 comments on commit 1279444

Please sign in to comment.