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:
parent
9f1359c78f
commit
61f45cb809
@ -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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user