documentation

This commit is contained in:
2022-07-15 20:15:10 +02:00
parent 0e47dab6d4
commit a4ffde78e4
5 changed files with 40 additions and 47 deletions

View File

@@ -1,14 +1,13 @@
version: '3.8'
services:
memcached:
image: memcached:1-alpine
entrypoint: memcached -m 256 -I 128 # Limit to 128 MB Ram, customize at free will. -m must be at least double than -I.
redis:
image: redis:7-alpine
app:
image: cupcakearmy/cryptgeon:latest
depends_on:
- memcached
- redis
proxy:
image: nginx:alpine