-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathdocker-compose.override.yml.example
56 lines (48 loc) · 1.88 KB
/
docker-compose.override.yml.example
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
#-------------------------------------------------------------------------------
# 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-ui:
# image: agileiot/agile-ui-$AGILE_ARCH:dev
# build:
# context: ../modules/gui/agile-ui
# args:
# - BASEIMAGE_BUILD=resin/intel-nuc-node:7.8.0-20170506
# agile-core:
# image: agileiot/agile-core-$AGILE_ARCH:dev
# 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:
# image: agileiot/agile-core-$AGILE_ARCH:dev
# agile-devicefactory:
# image: agileiot/agile-core-$AGILE_ARCH:dev
# agile-protocolmanager:
# image: agileiot/agile-core-$AGILE_ARCH:dev
# agile-recommender:
# image: agileiot/agile-recommender-$AGILE_ARCH:dev
# build:
# context: ../modules/agile-recommender
# args:
# - BASEIMAGE_BUILD=agileiot/intel-nuc-zulujdk:8-jdk-maven
# - BASEIMAGE_DEPLOY=agileiot/intel-nuc-zulujdk:8-jre