mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-06 13:56:48 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user