Implement aiohttp
This commit is contained in:
@@ -11,8 +11,8 @@ services:
|
||||
volumes_from:
|
||||
- tmp
|
||||
depends_on:
|
||||
- "db"
|
||||
- "redis"
|
||||
- db
|
||||
|
||||
|
||||
db:
|
||||
image: manticoresearch/manticore
|
||||
@@ -33,6 +33,7 @@ services:
|
||||
volumes:
|
||||
- ./docker/data:/var/lib/manticore
|
||||
|
||||
|
||||
tmp:
|
||||
image: busybox
|
||||
command: chmod -R 777 /var/run/redis
|
||||
@@ -40,12 +41,12 @@ services:
|
||||
- /var/run/redis
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
command: redis-server /etc/redis.conf
|
||||
volumes:
|
||||
- ${PORTAINER_GIT_DIR}/docker/redis.conf:/etc/redis.conf
|
||||
volumes_from:
|
||||
- tmp
|
||||
image: redis
|
||||
command: redis-server /etc/redis.conf
|
||||
volumes:
|
||||
- ${PORTAINER_GIT_DIR}/docker/redis.conf:/etc/redis.conf
|
||||
volumes_from:
|
||||
- tmp
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user