-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathdocker-compose.override.yml.buildall-x86_64
109 lines (94 loc) · 3.2 KB
/
docker-compose.override.yml.buildall-x86_64
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
107
108
109
#-------------------------------------------------------------------------------
# Copyright (C) 2017 Resin.io, UNI Passau, FBK.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Resin.io, UNI Passau, FBK - initial API and implementation
#-------------------------------------------------------------------------------
version: '2'
# Usage:
# rename this file to docker-compose.override.yml
# - uncomment the line below containing "services"
# - uncomment services which you would like to build locally
# - (optional) uncomment the "image" line to build an image with the tag "dev"
# - (optional): uncomment build args to build for other architectures
# - (optional): override other parameters
# - (optional): add new services
services:
agile-dbus:
build:
context: ../modules/agile-dbus
args:
- BASEIMAGE_BUILD=resin/amd64-alpine
agile-core:
build:
context: ../modules/agile-core
args:
- BASEIMAGE_BUILD=agileiot/intel-nuc-zulujdk:8-jdk-maven
- BASEIMAGE_DEPLOY=agileiot/intel-nuc-zulujdk:8-jre
agile-devicemanager:
build:
context: ../modules/agile-core
args:
- BASEIMAGE_BUILD=agileiot/intel-nuc-zulujdk:8-jdk-maven
- BASEIMAGE_DEPLOY=agileiot/intel-nuc-zulujdk:8-jre
agile-protocolmanager:
build:
context: ../modules/agile-core
args:
- BASEIMAGE_BUILD=agileiot/intel-nuc-zulujdk:8-jdk-maven
- BASEIMAGE_DEPLOY=agileiot/intel-nuc-zulujdk:8-jre
agile-devicefactory:
build:
context: ../modules/agile-core
args:
- BASEIMAGE_BUILD=agileiot/intel-nuc-zulujdk:8-jdk-maven
- BASEIMAGE_DEPLOY=agileiot/intel-nuc-zulujdk:8-jre
agile-ble:
build:
context: ../modules/protocol/agile-ble
args:
- BASEIMAGE_BUILD=agileiot/intel-nuc-zulujdk:8-jdk-maven
- BASEIMAGE_DEPLOY=agileiot/intel-nuc-zulujdk:8-jre
agile-dummy:
build:
context: ../modules/protocol/agile-dummy
args:
- BASEIMAGE_BUILD=agileiot/intel-nuc-zulujdk:8-jdk-maven
- BASEIMAGE_DEPLOY=agileiot/intel-nuc-zulujdk:8-jre
agile-ui:
build:
context: ../modules/gui/agile-ui
args:
- BASEIMAGE_BUILD=resin/intel-nuc-node:7.8.0-20170506
agile-osjs:
build:
context: ../modules/gui/agile-osjs
args:
- BASEIMAGE_BUILD=resin/intel-nuc-node:7.8.0-20170506
agile-nodered:
build:
context: ../modules/gui/agile-nodered
args:
- BASEIMAGE_BUILD=resin/intel-nuc-node:7.8.0-20170506
agile-security:
build:
context: ../modules/agile-security
args:
- BASEIMAGE_BUILD=resin/intel-nuc-node:7.8.0-20170506
agile-data:
build:
context: ../modules/agile-data
args:
- BASEIMAGE_BUILD=resin/intel-nuc-node:7.8.0-20170506
agile-recommender:
build:
context: ../modules/agile-recommender
args:
- BASEIMAGE_BUILD=agileiot/intel-nuc-zulujdk:8-jdk-maven
- BASEIMAGE_DEPLOY=agileiot/intel-nuc-zulujdk:8-jre