Update backend URL to production in docker-compose
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ services:
|
||||
- "3000:3000"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NEXT_PUBLIC_BACKEND_URL=http://localhost:8003
|
||||
- NEXT_PUBLIC_BACKEND_URL=https://yann1.ahlgrim.net
|
||||
|
||||
# ollama:
|
||||
# # This is a placeholder image; ensure you have an Ollama-compatible image and models available.
|
||||
|
||||
Reference in New Issue
Block a user