fix: local env setup (#855)

* Ensure rate limit

* Increase nextjs compilation speed

* Fix daily no content handling

* Simplify daily webhook creation

* Fix webhook request validation
This commit is contained in:
Sergey Mankovsky
2026-02-11 16:59:21 +01:00
committed by GitHub
parent 39573626e9
commit ec4f356b4c
9 changed files with 123 additions and 85 deletions

View File

@@ -79,6 +79,7 @@ services:
volumes:
- ./www:/app/
- /app/node_modules
- next_cache:/app/.next
env_file:
- ./www/.env.local
environment:
@@ -132,6 +133,9 @@ services:
retries: 5
start_period: 30s
volumes:
next_cache:
networks:
default:
attachable: true