Christoph Finke

Results 1 comments of Christoph Finke

In the provided [docker-compose.yml](https://github.com/stringer-rss/stringer/blob/main/docker-compose.yml) the `stringer-postgres` and `stringer` services are missing the mounts for the `.env` file. Just add this like in the `stringer-setup` service: ``` ... volumes: - ./.env:/app/.env...