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/
|
data/
|
||||||
logs/
|
logs/
|
||||||
|
|
||||||
#data json
|
|
||||||
*.json
|
|
||||||
|
|
||||||
# env vars
|
# env vars
|
||||||
variables.env
|
variables.env
|
||||||
|
|
||||||
|
|
|
@ -48,8 +48,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "6000:6000/udp"
|
- "6000:6000/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- "./config/restreamer:/core/config"
|
- "./data/restreamer/config:/core/config"
|
||||||
- "./data/restreamer:/core/data"
|
- "./data/restreamer/data:/core/data"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
|
@ -87,8 +87,8 @@ services:
|
||||||
- meta.role=recorder
|
- meta.role=recorder
|
||||||
|
|
||||||
archive-api:
|
archive-api:
|
||||||
# custom build via
|
depends_on:
|
||||||
#build: packages/api-server
|
- "recorder"
|
||||||
image: xemle/home-gallery-api-server
|
image: xemle/home-gallery-api-server
|
||||||
environment:
|
environment:
|
||||||
# TensorflowJS backends
|
# TensorflowJS backends
|
||||||
|
|
Loading…
Reference in a new issue