Merge pull request 'Serve Sentinel frontend assets directly from Git checkout' (#7) from sentinel-live-assets-20260729 into main
This commit is contained in:
commit
019d1d522b
1 changed files with 4 additions and 4 deletions
|
|
@ -4,12 +4,12 @@ networks:
|
|||
|
||||
services:
|
||||
backup-monitor:
|
||||
build:
|
||||
context: ../backup-monitor
|
||||
image: backup-sentinel:local
|
||||
pull_policy: build
|
||||
build: ../backup-monitor
|
||||
container_name: backup-monitor
|
||||
restart: always
|
||||
volumes:
|
||||
- ./templates:/app/templates:ro
|
||||
- ./static:/app/static:ro
|
||||
ports:
|
||||
- "9999:9999"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue