crazy-max/docker-nextcloud

Future docker compose file postgre?

killmasta93 opened this issue · 1 comments

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

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

redis:
image: redis:6-alpine
container_name: nextcloud_redis
environment:
- "TZ"
restart: always

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.