-
Notifications
You must be signed in to change notification settings - Fork 2
/
compose-compat.yml
31 lines (30 loc) · 1.02 KB
/
compose-compat.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
services:
odysseus:
build: .
command: /bin/bash
privileged: true
tty: true
# for fakeroot failure
ulimits:
nofile:
soft: 1024
hard: 1048576
volumes:
- ./odysseus_tree:/home/odysseus/build/odysseus_tree
- shared_data:/home/odysseus/shared_data
- outputs:/home/odysseus/outputs
environment:
- BR2_DL_DIR=/home/odysseus/shared_data/dl
- BR2_CCACHE_DIR=/home/odysseus/shared_data/ccache
- ODY_TPU_ROOT_PASSWORD=password
- ODY_IROH_ROOT_PASSWORD=password
- ODY_AP_ROOT_PASSWORD=password
- ODY_BASE_WIFI_PASSWORD=password
volumes:
# required for mac as no hard linking:(
outputs:
labels:
com.northeastern_electric_racing.description: "Buildroot outputs, including disk images"
shared_data:
labels:
com.northeastern_electric_racing.description: "Shared output between buildroot runs"