Compare commits
2 commits
e0ca694891
...
019d1d522b
| Author | SHA1 | Date | |
|---|---|---|---|
| 019d1d522b | |||
| 1d2763b7af |
1 changed files with 4 additions and 4 deletions
|
|
@ -4,12 +4,12 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backup-monitor:
|
backup-monitor:
|
||||||
build:
|
build: ../backup-monitor
|
||||||
context: ../backup-monitor
|
|
||||||
image: backup-sentinel:local
|
|
||||||
pull_policy: build
|
|
||||||
container_name: backup-monitor
|
container_name: backup-monitor
|
||||||
restart: always
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./templates:/app/templates:ro
|
||||||
|
- ./static:/app/static:ro
|
||||||
ports:
|
ports:
|
||||||
- "9999:9999"
|
- "9999:9999"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue