Skip to content

Commit

Permalink
fix(backend): Define executionmanager hostname for local docker-mode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
majdyz authored Nov 18, 2024
1 parent e30dac5 commit a2895a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogpt_platform/docker-compose.platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ services:
- PYRO_HOST=0.0.0.0
- AGENTSERVER_HOST=rest_server
- DATABASEMANAGER_HOST=0.0.0.0
- EXECUTIONMANAGER_HOST=0.0.0.0
- ENCRYPTION_KEY=dvziYgz0KSK8FENhju0ZYi8-fRTfAdlz6YLhdB_jhNw= # DO NOT USE IN PRODUCTION!!
ports:
- "8002:8000"
Expand Down

0 comments on commit a2895a2

Please sign in to comment.