This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
augie/docker-compose.yml
2020-05-02 19:09:46 +12:00

24 lines
467 B
YAML

version: "2"
volumes:
history:
services:
webapp:
build: ./webapp
network_mode: host
privileged: true
environment:
HISTFILE: /history/bash_history
volumes:
- history:/bash_history
labels:
io.balena.features.supervisor-api: "1"
# firmware:
# build: ./firmware
# privileged: true
# environment:
# HISTFILE: /history/bash_history
# volumes:
# - history:/bash_history
# restart: on-failure