Implement aiohttp

This commit is contained in:
2022-09-04 19:44:25 +01:00
parent 663a26778d
commit 22cef33342
5 changed files with 155 additions and 170 deletions

View File

@@ -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: