Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 337 Bytes

File metadata and controls

15 lines (10 loc) · 337 Bytes

SpamWatchAPI

API server for SpamWatch

Running via Docker

Before running docker-compose please make sure you have added:

  • Postgres password in /secrets/.postgres-passwd
  • Create config.toml from example.config.toml.
    • Do change the hostname for [database] config to host = "postgres"
docker-compose up [-d]