Merge pull request 'Rebuild Sentinel image on every Dockhand deploy' (#6) from sentinel-force-local-build-20260729 into main
This commit is contained in:
commit
e0ca694891
1 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,10 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backup-monitor:
|
backup-monitor:
|
||||||
build: ../backup-monitor
|
build:
|
||||||
|
context: ../backup-monitor
|
||||||
|
image: backup-sentinel:local
|
||||||
|
pull_policy: build
|
||||||
container_name: backup-monitor
|
container_name: backup-monitor
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue