Skip to content

Commit cf7268b

Browse files
committed
Allow easy access to local Redis
Generally just sorta nice to be able to talk to Redis by default. This allows you to run the app using: flask -A dashboard.app run -p 8000 (Assuming you have your environment set up for local dev, see previous commit.) Jira: IAM-950
1 parent 7c6b6cf commit cf7268b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
services:
22
redis:
33
image: redis
4+
ports:
5+
- 6379:6379
46

57
sso-dashboard:
68
build: .

0 commit comments

Comments
 (0)