Future docker compose file postgre?
killmasta93 opened this issue · 1 comments
killmasta93 commented
Hi
I was wondering if its possible to add with postgre?
i was looking at the redis container would it be recommend to add also add this part for the cache?
redis:
image: redis:6-alpine
container_name: nextcloud_redis
environment:
- "TZ"
restart: always
mem_limit: 2048m
mem_reservation: 512m
crazy-max commented
i was looking at the redis container would it be recommend to add also add this part for the cache?
See https://github.com/crazy-max/docker-nextcloud#redis-cache and
docker-nextcloud/examples/compose/docker-compose.yml
Lines 16 to 21 in 826dc40
I was wondering if its possible to add with postgre?
I think we could. Should be similar to https://github.com/crazy-max/docker-pure-ftpd/tree/master/examples/postgresql. Contributions welcomed.