-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocker-compose.yml
106 lines (92 loc) · 2.84 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
version: "3.2"
services:
hackney-core-authorization-test:
image: hackney-core-authorization-test
build:
context: .
dockerfile: Hackney.Core.Tests/Hackney.Core.Tests.Authorization/Dockerfile
secrets:
- LBHPACKAGESTOKEN
hackney-core-dynamodb-test:
image: hackney-core-dynamodb-test
build:
context: .
dockerfile: Hackney.Core.Tests/Hackney.Core.Tests.DynamoDb/Dockerfile
secrets:
- LBHPACKAGESTOKEN
hackney-core-elasticsearch-test:
image: hackney-core-elasticsearch-test
build:
context: .
dockerfile: Hackney.Core.Tests/Hackney.Core.Tests.ElasticSearch/Dockerfile
secrets:
- LBHPACKAGESTOKEN
hackney-core-enums-test:
image: hackney-core-enums-test
build:
context: .
dockerfile: Hackney.Core.Tests/Hackney.Core.Tests.Enums/Dockerfile
secrets:
- LBHPACKAGESTOKEN
hackney-core-healthcheck-test:
image: hackney-core-healthcheck-test
build:
context: .
dockerfile: Hackney.Core.Tests/Hackney.Core.Tests.HealthCheck/Dockerfile
secrets:
- LBHPACKAGESTOKEN
hackney-core-http-test:
image: hackney-core-http-test
build:
context: .
dockerfile: Hackney.Core.Tests/Hackney.Core.Tests.Http/Dockerfile
secrets:
- LBHPACKAGESTOKEN
hackney-core-jwt-test:
image: hackney-core-jwt-test
build:
context: .
dockerfile: Hackney.Core.Tests/Hackney.Core.Tests.JWT/Dockerfile
secrets:
- LBHPACKAGESTOKEN
hackney-core-logging-test:
image: hackney-core-logging-test
build:
context: .
dockerfile: Hackney.Core.Tests/Hackney.Core.Tests.Logging/Dockerfile
secrets:
- LBHPACKAGESTOKEN
hackney-core-middleware-test:
image: hackney-core-middleware-test
build:
context: .
dockerfile: Hackney.Core.Tests/Hackney.Core.Tests.Middleware/Dockerfile
secrets:
- LBHPACKAGESTOKEN
hackney-core-sns-test:
image: hackney-core-sns-test
build:
context: .
dockerfile: Hackney.Core.Tests/Hackney.Core.Tests.Sns/Dockerfile
secrets:
- LBHPACKAGESTOKEN
hackney-core-validation-test:
image: hackney-core-validation-test
build:
context: .
dockerfile: Hackney.Core.Tests/Hackney.Core.Tests.Validation/Dockerfile
secrets:
- LBHPACKAGESTOKEN
hackney-core-validation-aspnet-test:
image: hackney-core-validation-aspnet-test
build:
context: .
dockerfile: Hackney.Core.Tests/Hackney.Core.Tests.Validation.AspNet/Dockerfile
secrets:
- LBHPACKAGESTOKEN
# see https://docs.docker.com/compose/how-tos/use-secrets/#build-secrets
# Combines with a "secrets" block in each service to expose it as a file in
# /run/secrets/, e.g. /run/secrets/LBHPACKAGESTOKEN
secrets:
LBHPACKAGESTOKEN:
environment: LBHPACKAGESTOKEN