Skip to content

Commit

Permalink
Misc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzyMistborn committed Sep 14, 2024
1 parent 5d15fdb commit a8b4881
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion group_vars/identity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ containers:
- DATABASE_NAME=dawarich
- MIN_MINUTES_SPENT_IN_CITY=60
- APPLICATION_HOST=localhost
- APPLICATION_HOSTS=localhost
- APPLICATION_HOSTS=localhost,track.{{ secret_personal_url }}
- TIME_ZONE={{ ntp_timezone }}
- APPLICATION_PROTOCOL=http
- DISTANCE_UNIT=mi
Expand Down
6 changes: 3 additions & 3 deletions group_vars/virtuosity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ containers:
ports:
- "11434:11434"
volumes:
- "{{ appdata_path }}/ollama:/root/.ollama"
- "/mnt/llms/ollama:/root/.ollama"
deploy:
resources:
reservations:
Expand Down Expand Up @@ -148,7 +148,7 @@ containers:
- path_fooocus_expansion=/content/data/models/prompt_expansion/fooocus_expansion/
- path_outputs=/content/app/outputs/ # Warning: If it is not located under '/content/app', you can't see history log!
volumes:
- "{{ appdata_path }}/fooocus/data:/content/data"
- "/mnt/llms/fooocus/data:/content/data"
tty: true
deploy:
resources:
Expand All @@ -167,7 +167,7 @@ containers:
ports:
- "3010:8080"
volumes:
- "{{ appdata_path }}/ollama/webui:/app/backend/data"
- "{{ appdata_path }}/ollama-webui:/app/backend/data"
extra_hosts:
- "host.docker.internal:host-gateway"
include_global_env_vars: false
Expand Down
2 changes: 1 addition & 1 deletion roles/adonalsium/tasks/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
password: "{{ secret_proxmox_pass }}"
netif: "{'net0':'name=eth0,gw={{ item.gw }},ip={{ item.ip }}/24,tag={{ item.tag | default ('50') }},bridge=vmbr1'}"
ostemplate: "{{ item.template| default ('local:vztmpl/ubuntu-22.04-standard_22.04-1_amd64.tar.gz') }}"
mounts: "{'mp0':'/dev/disk/by-id/ata-ADATA_SU800_2M032LQKQ6P7-part1,mp=/mnt/scratch,backup=0'}"
mounts: "{'mp0':'/dev/disk/by-id/ata-KINGSTON_SA400S37480G_50026B7785A010DF-part1,mp=/mnt/scratch,backup=0'}"
features:
- nesting={{ item.nesting | default ('0') }}
- keyctl={{ item.keyctl | default ('0') }}
Expand Down

0 comments on commit a8b4881

Please sign in to comment.