Browse Source

added redis dependencies to celery and misago

Ali 6 years ago
parent
commit
6a9cd794b8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docker-compose.yaml

+ 2 - 0
docker-compose.yaml

@@ -28,6 +28,7 @@ services:
       - "${MISAGO_DEVSERVER_PORT:-8000}:8000"
       - "${MISAGO_DEVSERVER_PORT:-8000}:8000"
     depends_on:
     depends_on:
       - postgres
       - postgres
+      - redis
     tty: true
     tty: true
     volumes:
     volumes:
       # Map in the entire project into the container
       # Map in the entire project into the container
@@ -53,6 +54,7 @@ services:
       - "${MISAGO_DEVSERVER_PORT:-8000}:8000"
       - "${MISAGO_DEVSERVER_PORT:-8000}:8000"
     depends_on:
     depends_on:
       - postgres
       - postgres
+      - redis
     tty: true
     tty: true
     volumes:
     volumes:
       # Map in the entire project into the container
       # Map in the entire project into the container