use redis

This commit is contained in:
2022-07-13 22:57:09 +02:00
parent 0913a8ad0c
commit ff36d375ea
9 changed files with 283 additions and 294 deletions

View File

@@ -4,17 +4,15 @@
version: '3.7'
services:
memcached:
image: memcached:1-alpine
restart: unless-stopped
entrypoint: memcached -m 256M -I 128M
redis:
image: redis:7-alpine
ports:
- 11211:11211
- 6379:6379
app:
build: .
depends_on:
- memcached
- redis
environment:
SIZE_LIMIT: 128M
ports: