Skip to content

Commit

Permalink
Adds fleetspeak docker compose watch develop config
Browse files Browse the repository at this point in the history
  • Loading branch information
daschwanden committed Jul 26, 2024
1 parent 494d24b commit 486abb7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ services:
- --verbose

fleetspeak-admin:
build: ../fleetspeak
image: ghcr.io/google/fleetspeak:latest
container_name: fleetspeak-admin
hostname: fleetspeak-admin
Expand All @@ -110,8 +111,13 @@ services:
"-v",
"1000"
]
develop:
watch:
- action: rebuild
path: ../fleetspeak/fleetspeak/src

fleetspeak-frontend:
build: ../fleetspeak
image: ghcr.io/google/fleetspeak:latest
container_name: fleetspeak-frontend
hostname: fleetspeak-frontend
Expand All @@ -135,6 +141,10 @@ services:
"-v",
"1000"
]
develop:
watch:
- action: rebuild
path: ../fleetspeak/fleetspeak/src

grr-worker:
build: .
Expand Down

0 comments on commit 486abb7

Please sign in to comment.