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}"
|
- "${ORG_AGENT_WEB_PORT:-8080}:${ORG_AGENT_WEB_PORT:-8080}"
|
||||||
volumes:
|
volumes:
|
||||||
- /memex:/memex
|
- /memex:/memex
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
sandbox-net:
|
sandbox-net:
|
||||||
|
|||||||
Reference in New Issue
Block a user