Update compose.yml
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
openclaw-gateway:
|
openclaw-gateway:
|
||||||
image: openclaw/gateway:latest
|
image: ghcr.io/openclaw/openclaw:latest # Vi bruger GitHubs container registry som er den mest opdaterede
|
||||||
container_name: openclaw-gateway
|
container_name: openclaw-gateway
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- LLM_PROVIDER=openai
|
- LLM_PROVIDER=openai
|
||||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||||
|
|||||||
Reference in New Issue
Block a user