mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -28,26 +28,26 @@ services:
|
||||
- homepage.widget.type=homeassistant
|
||||
- homepage.widget.url=https://ha.sectorq.eu
|
||||
- homepage.widget.key=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIzOTk5NGJjYjIzYjk0YzExYmM5OWZiNTBlNzU0N2M2YyIsImlhdCI6MTc0MDM5OTY4NCwiZXhwIjoyMDU1NzU5Njg0fQ.LDebvPGreyZzlWT1CylHSdSt8i_cWO72HnNCsCAIaG8
|
||||
- homepage.widget.custom=[{"state","sensor.sonoff_1001555a27_power"}]
|
||||
#- homepage.widget.custom=[{"state","sensor.sonoff_1001555a27_power"}]
|
||||
restart: always
|
||||
dns:
|
||||
- 192.168.77.101
|
||||
ollama:
|
||||
volumes:
|
||||
- /share/docker_data/ollama:/root/.ollama
|
||||
ports:
|
||||
- 11434:11434
|
||||
container_name: ollama
|
||||
# image: ollama/ollama:0.1.27-rocm
|
||||
image: ollama/ollama
|
||||
# environment:
|
||||
# - HSA_OVERRIDE_GFX_VERSION=9.0.0
|
||||
# devices:
|
||||
# - /dev/dri/renderD128
|
||||
# - /dev/dri/card1
|
||||
# - /dev/kfd
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
# ollama:
|
||||
# volumes:
|
||||
# - /share/docker_data/ollama:/root/.ollama
|
||||
# ports:
|
||||
# - 11434:11434
|
||||
# container_name: ollama
|
||||
# # image: ollama/ollama:0.1.27-rocm
|
||||
# image: ollama/ollama
|
||||
# # environment:
|
||||
# # - HSA_OVERRIDE_GFX_VERSION=9.0.0
|
||||
# # devices:
|
||||
# # - /dev/dri/renderD128
|
||||
# # - /dev/dri/card1
|
||||
# # - /dev/kfd
|
||||
# labels:
|
||||
# com.centurylinklabs.watchtower.enable: true
|
||||
esphome:
|
||||
container_name: esphome
|
||||
image: esphome/esphome:latest
|
||||
|
Reference in New Issue
Block a user