POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_HOSTNAME=localhost

COMMENTO_ORIGIN=http://localhost:8080
COMMENTO_PORT=8080
COMMENTO_POSTGRES=postgres://postgres:postgres@db:5432/postgres?sslmode=disable