Skip to content

Commit

Permalink
Add STATUSNOOK monitoring domain and update port in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed May 3, 2024
1 parent 1279444 commit 5372b5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ NOUN_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxx
CORS=all
# MAPEO CONFIG EDITOR
DOMAIN_MAPEO_EDITOR=editor.mapeo.app
# STATUSNOOK MONITORING
DOMAIN_STATUSNOOK=status.kitdt.com
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ services:
- ${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
environment:
VIRTUAL_HOST: ${DOMAIN_STATUSNOOK}
LETSENCRYPT_HOST: ${DOMAIN_STATUSNOOK}
LETSENCRYPT_EMAIL: ${EMAIL}
VIRTUAL_PORT: 8999
ports:
- 127.0.0.1:8000:8000
- 127.0.0.1:8999:8000

volumes:
- ${DIR}/app-data/statusnook:/app/statusnook-data
Expand Down

0 comments on commit 5372b5a

Please sign in to comment.