Compare commits
No commits in common. "019d1d522bc1b206611a41768896ec4857a2728d" and "e0ca694891aab45e287f22e2315b0223282e12d1" have entirely different histories.
019d1d522b
...
e0ca694891
1 changed files with 4 additions and 4 deletions
|
|
@ -4,12 +4,12 @@ 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
|
||||||
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