Add axes integration & add cache configuration
This commit is contained in:
parent
ab0b24b3d2
commit
961535dd60
14 changed files with 62 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue