Add axes integration & add cache configuration

This commit is contained in:
sonny 2020-02-27 19:47:45 +01:00
parent ab0b24b3d2
commit 961535dd60
14 changed files with 62 additions and 26 deletions

View file

@ -26,6 +26,14 @@ services:
- .:/app
depends_on:
- rabbitmq
memcached:
image: memcached:1.5.22
container_name: memcached
ports:
- "11211:11211"
entrypoint:
- memcached
- -m 64
web:
build: .
container_name: web