cgwire / kitsu-docker

Dockerfile used to build the trial image of Kitsu
https://hub.docker.com/r/cgwire/cgwire/
Apache License 2.0
39 stars 26 forks source link

Let PostgreSQL handles logs #18

Closed pilou- closed 3 years ago

pilou- commented 3 years ago

Fix this issue:

$ http POST localhost:80/api/auth/login email=admin@example.com password=mysecretpassword
{"error": true, "login": false, "message": "Database doesn't seem reachable."}

Since the builds with Ubuntu Focal are enabled (e25f5eb), supervisord fails to start PostgreSQL because it wasn't allowed to write to the PostgreSQL log file.

And disable extraneous log files.

Fixes #16.

frankrousseau commented 3 years ago

Great, thank you @pilou- !