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