🔧 Config/docs of various sort

This commit is contained in:
z3rOR0ne 2024-01-24 15:40:02 -08:00
parent 133c09076a
commit ee0f40d82c
6 changed files with 187 additions and 0 deletions

View file

@ -0,0 +1,18 @@
version: "3.8"
services:
cache:
image: redis:7.2-alpine
restart: always
command: redis-server --save 20 1 --loglevel warning --requirepass redis
networks:
- postgres_app_backend
volumes:
- cache:/data
networks:
postgres_app_backend:
name: postgres_app_backend
external: true
volumes:
cache:
driver: local