mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-19 21:57:53 +00:00
a029160caf
- remove some `.gitignore` entries as this is also honoured by `balena push` - added a step to `scripts/quickstart` to produce a single, flat `docker-compose.yml` after running - set the compose file versions to `2.0` to ensure only supported terms are used in the `docker-compose.yml` file output - quoted empty env values as these need to be passed in as blank, and not ommitted - include the MDNS publisher service IF the domain being used is a .local one - corrected spelling of macOS in script messages - move sidecar container source into ./src as per convention Change-type: patch Signed-off-by: Rich Bayliss <rich@balena.io>
11 lines
458 B
YAML
11 lines
458 B
YAML
# Project-specific config.
|
|
#
|
|
# All paths must be defined relative to `compose/services.yml` regardless of
|
|
# the location of this file, i.e. refer to `my-open-balena-checkout/somedir`
|
|
# as `../somedir`. This is because of the way docker-compose handles paths
|
|
# when specifying multiple configs and open-balena always specifying
|
|
# `compose/services.yml` as the "base" config.
|
|
#
|
|
# You may view the effective config with `scripts/compose config`.
|
|
version: "2.0"
|