We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb621b5 + f32f689 commit 570d1dfCopy full SHA for 570d1df
docker-compose.yaml
@@ -9,7 +9,7 @@ services:
9
tmpfs: /tmp
10
11
journeys:
12
- image: f5devcentral/f5-bigip-journeys-app:v3.3.4
+ image: f5devcentral/f5-bigip-journeys-app:v3.3.5
13
environment:
14
- ACC_API_PORT=${ACC_API_PORT}
15
- ACC_API_HOST=acc-api
@@ -38,7 +38,7 @@ services:
38
- "6379:6379"
39
40
celery-worker:
41
42
command: celery -A journeys.backend worker -l debug
43
44
- BROKER_URL=${BROKER_URL}
0 commit comments