Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
knoop7 authored Aug 24, 2024
1 parent e477b05 commit e3da477
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions localgpt-server/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ arch:
- aarch64
- amd64
init: false
ingress: true
network_mode: host
panel_icon: "mdi:head-dots-horizontal"
panel_title: "localgpt-server"
network_mode: bridge
ports:
"8080/tcp": 4567
ports_description:
"4567/tcp": "GPT Web interface"
schema:
proxy_url: str
image: "ghcr.io/aurora-develop/duck2api"
options:
proxy_url: "http://IP:8899"
environment:
PROXY_URL: "$(proxy_url)"
PROXY_URL: "{{ options.proxy_url }}"

0 comments on commit e3da477

Please sign in to comment.