JonathanGarro / SIMS-Portal

IFRC Surge Information Management Support Portal
4 stars 4 forks source link

Docker deploy configuration #2

Closed danohu closed 1 year ago

danohu commented 1 year ago

Logtail Configuration

The logs weren't being sent because we were missing the load_dotenv call that picks up the environment variable for logtail config. After adding that, it seems to work. On dev machines, this problem likely did not occur because the env variables were set by other means.

Persistence

For file + db persistence, I restructured docker volume configuration so that:

How I've tested: