Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 5903c08

Browse files
committed
completed first draft of minikube setup documentation
1 parent 8583021 commit 5903c08

File tree

12 files changed

+592
-64
lines changed

12 files changed

+592
-64
lines changed

backend/backend/settings/minikube.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
# Celery Configuration
3333

3434
CELERY_BROKER_URL = \
35-
f"redis://{os.environ.get('REDIS_SERVICE_HOST')}/6379" # noqa
35+
f"redis://{os.environ.get('REDIS_SERVICE_HOST')}/1" # noqa
3636
CELERY_RESULT_BACKEND = \
37-
f"redis://{os.environ.get('REDIS_SERVICE_HOST')}/6379" # noqa
37+
f"redis://{os.environ.get('REDIS_SERVICE_HOST')}/1" # noqa

compose/minikube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- HTTP_PROTOCOL=http
1616

1717
backend:
18-
image: backend:11
18+
image: backend:14
1919
build:
2020
context: ../backend/
2121
dockerfile: scripts/dev/Dockerfile

0 commit comments

Comments
 (0)