-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yaml
More file actions
39 lines (37 loc) · 799 Bytes
/
compose.yaml
File metadata and controls
39 lines (37 loc) · 799 Bytes
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
name: dash
services:
dash:
build:
context: .
dockerfile: Dockerfile.watch
pull_policy: build
ports:
- 8080:80
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
TITLE: my dashboard
PROJECT: ${COMPOSE_PROJECT_NAME}
# THEME: dark
# UPDATE_INTERVAL: 2000
labels:
dev.orbstack.domains: dash.local
develop:
watch:
# api
- action: rebuild
path: ./src/api
# static
- action: sync
path: ./src/static
target: ./static
ignore:
- js
# js
- action: rebuild
path: ./src/static/js
# a random service
whoami:
image: containous/whoami
labels:
dev.orbstack.domains: who.local