fix: rebuild local Sentinel image on Dockhand deploy
This commit is contained in:
parent
cc848d6497
commit
0994ec7611
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