forked from lucktu/n2n
-
Notifications
You must be signed in to change notification settings - Fork 3
/
docker-compose.build.static.yaml
62 lines (56 loc) · 1.31 KB
/
docker-compose.build.static.yaml
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
version: "3"
services:
n2n_releases-v2s:
image: ${REGISTRY}/zctmdc/n2n_lucktu:releases-v2s
build:
context: .
dockerfile: Dockerfile
args:
VERSION_B_S_rC: v2s
labels:
org.opencontainers.image.version: v2s
n2n_v2s:
image: ${REGISTRY}/zctmdc/n2n_lucktu:v2s
build:
context: .
dockerfile: Dockerfile
args:
VERSION_B_S_rC: v2s
labels:
org.opencontainers.image.version: v2s
n2n_releases-v2:
image: ${REGISTRY}/zctmdc/n2n_lucktu:releases-v2
build:
context: .
dockerfile: Dockerfile
args:
VERSION_B_S_rC: v2
labels:
org.opencontainers.image.version: v2
n2n_v2:
image: ${REGISTRY}/zctmdc/n2n_lucktu:v2
build:
context: .
dockerfile: Dockerfile
args:
VERSION_B_S_rC: v2
labels:
org.opencontainers.image.version: v2
n2n_releases-v1:
image: ${REGISTRY}/zctmdc/n2n_lucktu:releases-v1
build:
context: .
dockerfile: Dockerfile
args:
VERSION_B_S_rC: v1
labels:
org.opencontainers.image.version: v1
n2n_v1:
image: ${REGISTRY}/zctmdc/n2n_lucktu:v1
build:
context: .
dockerfile: Dockerfile
args:
VERSION_B_S_rC: v1
labels:
org.opencontainers.image.version: v1