move restreamer config in the data folder as we dont manage it directly

This commit is contained in:
deflax 2024-01-04 21:23:50 +00:00
parent 141e31bc44
commit 16127a83f2
2 changed files with 4 additions and 7 deletions

3
.gitignore vendored
View file

@ -165,9 +165,6 @@ cython_debug/
data/ data/
logs/ logs/
#data json
*.json
# env vars # env vars
variables.env variables.env

View file

@ -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