move restreamer config in the data folder as we dont manage it directly
This commit is contained in:
parent
141e31bc44
commit
16127a83f2
2 changed files with 4 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -165,9 +165,6 @@ cython_debug/
|
|||
data/
|
||||
logs/
|
||||
|
||||
#data json
|
||||
*.json
|
||||
|
||||
# env vars
|
||||
variables.env
|
||||
|
||||
|
|
|
@ -48,8 +48,8 @@ services:
|
|||
ports:
|
||||
- "6000:6000/udp"
|
||||
volumes:
|
||||
- "./config/restreamer:/core/config"
|
||||
- "./data/restreamer:/core/data"
|
||||
- "./data/restreamer/config:/core/config"
|
||||
- "./data/restreamer/data:/core/data"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- net
|
||||
|
@ -87,8 +87,8 @@ services:
|
|||
- meta.role=recorder
|
||||
|
||||
archive-api:
|
||||
# custom build via
|
||||
#build: packages/api-server
|
||||
depends_on:
|
||||
- "recorder"
|
||||
image: xemle/home-gallery-api-server
|
||||
environment:
|
||||
# TensorflowJS backends
|
||||
|
|
Loading…
Reference in a new issue