diff --git a/.env.example b/.env.example index c75822d..89af717 100644 --- a/.env.example +++ b/.env.example @@ -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 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 62fa3c0..b1ecf3e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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