This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbalena.yml
50 lines (44 loc) · 1.47 KB
/
balena.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
name: connector
description: Intelligently connect data sources with data sinks.
post-provisioning: >-
[![balena](https://github.com/balena-labs-projects/connector/actions/workflows/balena.yml/badge.svg)](https://github.com/balena-labs-projects/connector/actions/workflows/balena.yml)
## Usage instructions
Include this snippet in your docker-compose.yml file under 'services':
```
browser:
image: bh.cr/balenalabs/connector-<arch> # where <arch> is one of aarch64, armv7hf or amd64
restart: always
labels:
io.balena.features.balena-api: '1' # necessary to discover services
io.balena.features.supervisor-api: 1 # necessary to discover services in local mode
privileged: true # necessary to change container hostname
ports:
- "8080" # only necessary if using ExternalHttpListener
```
To pin to a specific version of this block use:
```
browser:
image: bh.cr/balenalabs/connector-<arch>/<version>
...
```
version: 1.1.8
type: sw.application
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/balena-labs-projects/connector'
logo:
type: blob.asset
data:
url: 'https://raw.githubusercontent.com/balena-labs-projects/connector/master/logo.png'
data:
defaultDeviceType: raspberrypi3
supportedDeviceTypes:
- raspberrypi4-64
- fincm3
- raspberrypi3
- raspberrypi3-64
- raspberrypi400-64
- intel-nuc
- genericx86-64-ext