chore: update dev env config
- Add FLARESOLVERR_LOG_LEVEL and FLARESOLVERR_PROXY to .env.example - Change default port to 3300 in dev.env - Make compose-dev.yml use ADDR env var for host port - Enable FLARESOLVERR_PROXY by default in dev.env for testing
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ services:
|
||||
- go_mod_cache:/go/pkg/mod
|
||||
- go_build_cache:/root/.cache/go-build
|
||||
ports:
|
||||
- "3300:8080"
|
||||
- "${ADDR:-8080}:8080"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user