fix: remove hardcoded env_file from docker-compose to allow CLI overrides

This commit is contained in:
2026-03-27 20:07:07 -04:00
parent d1b152c3d8
commit 98cf6006c7

View File

@@ -12,8 +12,6 @@ services:
- "${ORG_AGENT_WEB_PORT:-8080}:${ORG_AGENT_WEB_PORT:-8080}"
volumes:
- /memex:/memex
env_file:
- .env
networks:
sandbox-net: