File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,20 @@ version: "3.7"
2
2
3
3
services :
4
4
init :
5
- platform : linux/amd64
6
5
image : airbyte/init:${VERSION}
7
6
build :
8
7
dockerfile : Dockerfile
9
8
context : airbyte-config/init
10
9
labels :
11
10
io.airbyte.git-revision : ${GIT_REVISION}
12
11
db :
13
- platform : linux/amd64
14
12
image : airbyte/db:${VERSION}
15
13
build :
16
14
dockerfile : Dockerfile
17
15
context : airbyte-db/lib
18
16
labels :
19
17
io.airbyte.git-revision : ${GIT_REVISION}
20
18
scheduler :
21
- platform : ${DOCKER_BUILD_PLATFORM}
22
19
image : airbyte/scheduler:${VERSION}
23
20
build :
24
21
dockerfile : Dockerfile
@@ -28,7 +25,6 @@ services:
28
25
labels :
29
26
io.airbyte.git-revision : ${GIT_REVISION}
30
27
worker :
31
- platform : ${DOCKER_BUILD_PLATFORM}
32
28
image : airbyte/worker:${VERSION}
33
29
build :
34
30
dockerfile : Dockerfile
@@ -39,7 +35,6 @@ services:
39
35
labels :
40
36
io.airbyte.git-revision : ${GIT_REVISION}
41
37
server :
42
- platform : ${DOCKER_BUILD_PLATFORM}
43
38
image : airbyte/server:${VERSION}
44
39
build :
45
40
dockerfile : Dockerfile
@@ -49,15 +44,13 @@ services:
49
44
labels :
50
45
io.airbyte.git-revision : ${GIT_REVISION}
51
46
webapp :
52
- platform : linux/amd64
53
47
image : airbyte/webapp:${VERSION}
54
48
build :
55
49
dockerfile : Dockerfile
56
50
context : airbyte-webapp
57
51
labels :
58
52
io.airbyte.git-revision : ${GIT_REVISION}
59
53
migration :
60
- platform : ${DOCKER_BUILD_PLATFORM}
61
54
image : airbyte/migration:${VERSION}
62
55
build :
63
56
dockerfile : Dockerfile
You can’t perform that action at this time.
0 commit comments