Revert "Add a redis cache to gitea"

This reverts commit c0c396f008.

Causes weird stability issues as the process received sig 15 and
restarts, which is strange!
This commit is contained in:
Jake Howard
2020-05-21 12:03:45 +01:00
parent 6d51b570a1
commit 1c8d80e12d
2 changed files with 3 additions and 19 deletions

View File

@ -21,12 +21,6 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
redis:
image: redis:5-alpine
restart: unless-stopped
volumes:
- ./redis:/data
db:
image: postgres:12-alpine
restart: unless-stopped