Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

registration and login issue #46

Open
Aadi4401 opened this issue Dec 24, 2024 · 1 comment
Open

registration and login issue #46

Aadi4401 opened this issue Dec 24, 2024 · 1 comment

Comments

@Aadi4401
Copy link

Screenshot 2024-12-24 163103

Hello @mehmetgoren @jjaegii i am facing this issue after following all the steps

docker-compose file code

version: '3'

services:
mngr:
image: gokalpgoren/mngr:v1.0.3-amd64
container_name: mngr-instance
restart: unless-stopped
network_mode: host
environment:
- TZ=Asia/Kolkata
- REDIS_HOST=127.0.0.1
- REDIS_PORT=6379
- WEBSERVER_PORT=8072
- MONGODB_CS=mongodb://localhost:27017
- SENSE_AI_IMAGE=0
- ROOT_DIR_PATHS=/c/Users/adars/Downloads/feniks_nvr/feniks
- SNAPSHOT_PROC_COUNT=4
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- >-
/c/Users/adars/Downloads/feniks_nvr/feniks:/c/Users/adars/Downloads/feniks_nvr/feniks
ffmpeg_service:
image: gokalpgoren/ffmpeg_service:v1.0.3-amd64
container_name: ffmpeg_service-instance
restart: unless-stopped
network_mode: host
depends_on:
- mngr
environment:
- TZ=Asia/Kolkata
- REDIS_HOST=127.0.0.1
- REDIS_PORT=6379
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- >-
/c/Users/adars/Downloads/feniks_nvr/feniks:/c/Users/adars/Downloads/feniks_nvr/feniks
snapshot_service:
image: gokalpgoren/snapshot_service:v1.0.3-amd64
container_name: snapshot_service-instance
restart: unless-stopped
network_mode: host
depends_on:
- ffmpeg_service
environment:
- TZ=Asia/Kolkata
- REDIS_HOST=127.0.0.1
- REDIS_PORT=6379
senseai_service:
image: gokalpgoren/senseai_service:v1.0.3-amd64
container_name: senseai_service-instance
restart: unless-stopped
network_mode: host
depends_on:
- ffmpeg_service
- snapshot_service
- smcp
environment:
- TZ=Asia/Kolkata
- REDIS_HOST=127.0.0.1
- REDIS_PORT=6379
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- >-
/c/Users/adars/Downloads/feniks_nvr/feniks:/c/Users/adars/Downloads/feniks_nvr/feniks
smcp:
image: gokalpgoren/smcp:v1.0.3-amd64
container_name: smcp-instance
restart: unless-stopped
network_mode: host
depends_on:
- mngr
environment:
- TZ=Asia/Kolkata
- REDIS_HOST=127.0.0.1
- REDIS_PORT=6379
volumes:
- >-
/c/Users/adars/Downloads/feniks_nvr/feniks:/c/Users/adars/Downloads/feniks_nvr/feniks
webapp:
image: gokalpgoren/webapp:v1.0.3-amd64
container_name: webapp-instance
restart: unless-stopped
depends_on:
- mngr
environment:
- TZ=Asia/Kolkata
- REDIS_HOST=127.0.0.1
- REDIS_PORT=6379
ports:
- '8080:80'

@Mohammad699
Copy link

Where is the error msg or logs regarding the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants