chore: Comment out external network for local testing

- nginx-proxy-manager network only needed in production
- Allows local docker compose up without external dependencies

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-02-04 21:00:02 -06:00
parent 9f1359c78f
commit 61f45cb809

View File

@ -17,7 +17,7 @@ services:
- 801:80 - 801:80
networks: networks:
- default - default
- nginx-proxy-manager_npm_network # - nginx-proxy-manager_npm_network # Commented for local testing
environment: environment:
- TESTING=False - TESTING=False
- LOG_LEVEL=${LOG_LEVEL} - LOG_LEVEL=${LOG_LEVEL}