File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
# - http://httpbin.sso.localtest.me
22
22
# ===========================================================================
23
23
sso-proxy :
24
- image : buzzfeed/sso:latest # change this to `build: ..` to try local changes
24
+ image : buzzfeed/sso-dev :latest # change this to `build: ..` to try local changes
25
25
entrypoint : /bin/sso-proxy
26
26
environment :
27
27
# Allow any google account to log in for demo purposes
@@ -60,7 +60,7 @@ services:
60
60
- 4180
61
61
62
62
sso-auth :
63
- image : buzzfeed/sso:latest # change this to `build: ..` to try local changes
63
+ image : buzzfeed/sso-dev :latest # change this to `build: ..` to try local changes
64
64
entrypoint : /bin/sso-auth
65
65
env_file :
66
66
./env
Original file line number Diff line number Diff line change 13
13
k8s-app : sso-auth
14
14
spec :
15
15
containers :
16
- - image : buzzfeed/sso:latest
16
+ - image : buzzfeed/sso-dev :latest
17
17
name : sso-auth
18
18
command : ["/bin/sso-auth"]
19
19
ports :
Original file line number Diff line number Diff line change 13
13
k8s-app : sso-proxy
14
14
spec :
15
15
containers :
16
- - image : buzzfeed/sso:latest
16
+ - image : buzzfeed/sso-dev :latest
17
17
name : sso-proxy
18
18
command : ["/bin/sso-proxy"]
19
19
ports :
You can’t perform that action at this time.
0 commit comments