fix: remove hardcoded env_file from docker-compose to allow CLI overrides
This commit is contained in:
@@ -12,8 +12,6 @@ services:
|
||||
- "${ORG_AGENT_WEB_PORT:-8080}:${ORG_AGENT_WEB_PORT:-8080}"
|
||||
volumes:
|
||||
- /memex:/memex
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
networks:
|
||||
sandbox-net:
|
||||
|
||||
Reference in New Issue
Block a user