semyd

Results 6 comments of semyd

Hi, Thank you for your message. However, when I disable the scheduled task and add a user to the default "Move Known Folders" policy, the user ends up with duplicate...

i am having the same issues as @meichthys

services: bracket-frontend: image: ghcr.io/evroon/bracket-frontend container_name: bracket-frontend ports: - "3000:3000" environment: NODE_ENV: "production" NEXT_PUBLIC_API_BASE_URL: "http://192.168.1.15:8400" NEXT_PUBLIC_HCAPTCHA_SITE_KEY: restart: unless-stopped bracket-backend: image: ghcr.io/evroon/bracket-backend container_name: bracket-backend ports: - "8400:8400" environment: ENVIRONMENT: "PRODUCTION" PG_DSN: "postgresql://bracket_prod:password@postgres:5432/bracket_prod"...

btw i am running this compose on portainer on a synology.

when i run the development compose i get the same issues. ![Image](https://github.com/user-attachments/assets/9ee63197-b480-4aed-b357-fb463e085438) networks: bracket_lan: driver: bridge services: bracket-backend: container_name: bracket-backend depends_on: - postgres environment: ENVIRONMENT: DEVELOPMENT CORS_ORIGINS: http://localhost:3000 PG_DSN: postgresql://bracket_dev:bracket_dev@postgres:5432/bracket_dev...

if i change the NEXT_PUBLIC_API_BASE_URL to something else i still get the error con. refused on localhost:8400. Looks like the env is not picking up.