This repository was archived by the owner on Jan 20, 2024. It is now read-only.
File tree 5 files changed +105
-35
lines changed
5 files changed +105
-35
lines changed Original file line number Diff line number Diff line change 9
9
- MYSQL_USER=mysqluser
10
10
- MYSQL_PASSWORD=mysqlpw
11
11
oauth2-code :
12
- build : code/
12
+ build :
13
+ context : code/
14
+ dockerfile : docker/Dockerfile
13
15
ports :
14
16
- " 6881:6881"
15
17
volumes :
25
27
# tag: "oauth2-code"
26
28
# env: "dev"
27
29
oauth2-token :
28
- build : token/
30
+ build :
31
+ context : token/
32
+ dockerfile : docker/Dockerfile
29
33
ports :
30
34
- " 6882:6882"
31
35
volumes :
41
45
# tag: "oauth2-token"
42
46
# env: "dev"
43
47
oauth2-service :
44
- build : service/
48
+ build :
49
+ context : service/
50
+ dockerfile : docker/Dockerfile
45
51
ports :
46
52
- " 6883:6883"
47
53
volumes :
57
63
# tag: "oauth2-service"
58
64
# env: "dev"
59
65
oauth2-client :
60
- build : client/
66
+ build :
67
+ context : client/
68
+ dockerfile : docker/Dockerfile
61
69
ports :
62
70
- " 6884:6884"
63
71
volumes :
73
81
# tag: "oauth2-client"
74
82
# env: "dev"
75
83
oauth2-user :
76
- build : user/
84
+ build :
85
+ context : user/
86
+ dockerfile : docker/Dockerfile
77
87
ports :
78
88
- " 6885:6885"
79
89
volumes :
89
99
# tag: "oauth2-user"
90
100
# env: "dev"
91
101
oauth2-key :
92
- build : key/
102
+ build :
103
+ context : key/
104
+ dockerfile : docker/Dockerfile
93
105
ports :
94
106
- " 6886:6886"
95
107
volumes :
105
117
# tag: "oauth2-key"
106
118
# env: "dev"
107
119
oauth2-refresh-token :
108
- build : refresh-token/
120
+ build :
121
+ context : refresh-token/
122
+ dockerfile : docker/Dockerfile
109
123
ports :
110
124
- " 6887:6887"
111
125
volumes :
Original file line number Diff line number Diff line change 9
9
- MYSQL_USER=mysqluser
10
10
- MYSQL_PASSWORD=mysqlpw
11
11
oauth2-code :
12
- build : code/
12
+ build :
13
+ context : code/
14
+ dockerfile : docker/Dockerfile
13
15
ports :
14
16
- " 6881:6881"
15
17
volumes :
25
27
# tag: "oauth2-code"
26
28
# env: "dev"
27
29
oauth2-token :
28
- build : token/
30
+ build :
31
+ context : token/
32
+ dockerfile : docker/Dockerfile
29
33
ports :
30
34
- " 6882:6882"
31
35
volumes :
41
45
# tag: "oauth2-token"
42
46
# env: "dev"
43
47
oauth2-service :
44
- build : service/
48
+ build :
49
+ context : service/
50
+ dockerfile : docker/Dockerfile
45
51
ports :
46
52
- " 6883:6883"
47
53
volumes :
57
63
# tag: "oauth2-service"
58
64
# env: "dev"
59
65
oauth2-client :
60
- build : client/
66
+ build :
67
+ context : client/
68
+ dockerfile : docker/Dockerfile
61
69
ports :
62
70
- " 6884:6884"
63
71
volumes :
73
81
# tag: "oauth2-client"
74
82
# env: "dev"
75
83
oauth2-user :
76
- build : user/
84
+ build :
85
+ context : user/
86
+ dockerfile : docker/Dockerfile
77
87
ports :
78
88
- " 6885:6885"
79
89
volumes :
89
99
# tag: "oauth2-user"
90
100
# env: "dev"
91
101
oauth2-key :
92
- build : key/
102
+ build :
103
+ context : key/
104
+ dockerfile : docker/Dockerfile
93
105
ports :
94
106
- " 6886:6886"
95
107
volumes :
105
117
# tag: "oauth2-key"
106
118
# env: "dev"
107
119
oauth2-refresh-token :
108
- build : refresh-token/
120
+ build :
121
+ context : refresh-token/
122
+ dockerfile : docker/Dockerfile
109
123
ports :
110
124
- " 6887:6887"
111
125
volumes :
Original file line number Diff line number Diff line change 9
9
networks :
10
10
- light
11
11
oauth2-code :
12
- build : code/
12
+ build :
13
+ context : code/
14
+ dockerfile : docker/Dockerfile
13
15
ports :
14
16
- " 6881:6881"
15
17
volumes :
25
27
# tag: "oauth2-code"
26
28
# env: "dev"
27
29
oauth2-token :
28
- build : token/
30
+ build :
31
+ context : token/
32
+ dockerfile : docker/Dockerfile
29
33
ports :
30
34
- " 6882:6882"
31
35
volumes :
41
45
# tag: "oauth2-token"
42
46
# env: "dev"
43
47
oauth2-service :
44
- build : service/
48
+ build :
49
+ context : service/
50
+ dockerfile : docker/Dockerfile
45
51
ports :
46
52
- " 6883:6883"
47
53
volumes :
57
63
# tag: "oauth2-service"
58
64
# env: "dev"
59
65
oauth2-client :
60
- build : client/
66
+ build :
67
+ context : client/
68
+ dockerfile : docker/Dockerfile
61
69
ports :
62
70
- " 6884:6884"
63
71
volumes :
73
81
# tag: "oauth2-client"
74
82
# env: "dev"
75
83
oauth2-user :
76
- build : user/
84
+ build :
85
+ context : user/
86
+ dockerfile : docker/Dockerfile
77
87
ports :
78
88
- " 6885:6885"
79
89
volumes :
89
99
# tag: "oauth2-user"
90
100
# env: "dev"
91
101
oauth2-key :
92
- build : key/
102
+ build :
103
+ context : key/
104
+ dockerfile : docker/Dockerfile
93
105
ports :
94
106
- " 6886:6886"
95
107
volumes :
105
117
# tag: "oauth2-key"
106
118
# env: "dev"
107
119
oauth2-refresh-token :
108
- build : refresh-token/
120
+ build :
121
+ context : refresh-token/
122
+ dockerfile : docker/Dockerfile
109
123
ports :
110
124
- " 6887:6887"
111
125
volumes :
Original file line number Diff line number Diff line change 8
8
POSTGRES_PASSWORD : my-secret-pw
9
9
POSTGRES_DB : oauth2
10
10
oauth2-code :
11
- build : code/
11
+ build :
12
+ context : code/
13
+ dockerfile : docker/Dockerfile
12
14
ports :
13
15
- " 6881:6881"
14
16
volumes :
24
26
# tag: "oauth2-code"
25
27
# env: "dev"
26
28
oauth2-token :
27
- build : token/
29
+ build :
30
+ context : token/
31
+ dockerfile : docker/Dockerfile
28
32
ports :
29
33
- " 6882:6882"
30
34
volumes :
40
44
# tag: "oauth2-token"
41
45
# env: "dev"
42
46
oauth2-service :
43
- build : service/
47
+ build :
48
+ context : service/
49
+ dockerfile : docker/Dockerfile
44
50
ports :
45
51
- " 6883:6883"
46
52
volumes :
56
62
# tag: "oauth2-service"
57
63
# env: "dev"
58
64
oauth2-client :
59
- build : client/
65
+ build :
66
+ context : client/
67
+ dockerfile : docker/Dockerfile
60
68
ports :
61
69
- " 6884:6884"
62
70
volumes :
72
80
# tag: "oauth2-client"
73
81
# env: "dev"
74
82
oauth2-user :
75
- build : user/
83
+ build :
84
+ context : user/
85
+ dockerfile : docker/Dockerfile
76
86
ports :
77
87
- " 6885:6885"
78
88
volumes :
88
98
# tag: "oauth2-user"
89
99
# env: "dev"
90
100
oauth2-key :
91
- build : key/
101
+ build :
102
+ context : key/
103
+ dockerfile : docker/Dockerfile
92
104
ports :
93
105
- " 6886:6886"
94
106
volumes :
104
116
# tag: "oauth2-key"
105
117
# env: "dev"
106
118
oauth2-refresh-token :
107
- build : refresh-token/
119
+ build :
120
+ context : refresh-token/
121
+ dockerfile : docker/Dockerfile
108
122
ports :
109
123
- " 6887:6887"
110
124
volumes :
Original file line number Diff line number Diff line change 14
14
ports :
15
15
- ' 1433:1433'
16
16
oauth2-code :
17
- build : code/
17
+ build :
18
+ context : code/
19
+ dockerfile : docker/Dockerfile
18
20
ports :
19
21
- " 6881:6881"
20
22
volumes :
30
32
# tag: "oauth2-code"
31
33
# env: "dev"
32
34
oauth2-token :
33
- build : token/
35
+ build :
36
+ context : token/
37
+ dockerfile : docker/Dockerfile
34
38
ports :
35
39
- " 6882:6882"
36
40
volumes :
46
50
# tag: "oauth2-token"
47
51
# env: "dev"
48
52
oauth2-service :
49
- build : service/
53
+ build :
54
+ context : service/
55
+ dockerfile : docker/Dockerfile
50
56
ports :
51
57
- " 6883:6883"
52
58
volumes :
62
68
# tag: "oauth2-service"
63
69
# env: "dev"
64
70
oauth2-client :
65
- build : client/
71
+ build :
72
+ context : client/
73
+ dockerfile : docker/Dockerfile
66
74
ports :
67
75
- " 6884:6884"
68
76
volumes :
78
86
# tag: "oauth2-client"
79
87
# env: "dev"
80
88
oauth2-user :
81
- build : user/
89
+ build :
90
+ context : user/
91
+ dockerfile : docker/Dockerfile
82
92
ports :
83
93
- " 6885:6885"
84
94
volumes :
94
104
# tag: "oauth2-user"
95
105
# env: "dev"
96
106
oauth2-key :
97
- build : key/
107
+ build :
108
+ context : key/
109
+ dockerfile : docker/Dockerfile
98
110
ports :
99
111
- " 6886:6886"
100
112
volumes :
110
122
# tag: "oauth2-key"
111
123
# env: "dev"
112
124
oauth2-refresh-token :
113
- build : refresh-token/
125
+ build :
126
+ context : refresh-token/
127
+ dockerfile : docker/Dockerfile
114
128
ports :
115
129
- " 6887:6887"
116
130
volumes :
You can’t perform that action at this time.
0 commit comments