Commit e5c3f2d 1 parent 7a16dfe commit e5c3f2d Copy full SHA for e5c3f2d
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ There are two micro-services in this application:
19
19
20
20
## Usage
21
21
22
+ Pull automated-build images from [ DockerHub] ( https://hub.docker.com/r/evenchange4/calendar-todo-web/ ) :
23
+
22
24
``` shell
23
25
$ docker run --rm -it \
24
26
-p 4000:4000 \
@@ -28,7 +30,7 @@ $ docker run --rm -it \
28
30
-e " GOOGLE_CLIENT_ID=927669772833-ou0jjulc4p68dbfmfnltjqk83rgd5mtr.apps.googleusercontent.com" \
29
31
-e " GOOGLE_CLIENT_SECRET=jmn2fzU9n55PIX6FwswyWcDV" \
30
32
-e " GOOGLE_REDIRECT_URL=urn:ietf:wg:oauth:2.0:oob" \
31
- calendar-todo/ server
33
+ evenchange4/ calendar-todo- server:latest
32
34
# Enter the code...
33
35
34
36
$ docker run --rm -it \
@@ -37,7 +39,7 @@ $ docker run --rm -it \
37
39
-e " PORT=4001" \
38
40
-e " DEBUG=web" \
39
41
-e " API_DOMAIN=http://localhost:4000/graphql" \
40
- calendar-todo/ web
42
+ evenchange4/ calendar-todo- web:latest
41
43
```
42
44
43
45
Screenshot:
You can’t perform that action at this time.
0 commit comments