This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
ts-ollama-ui: | |
image: tailscale/tailscale:latest | |
container_name: ts-ollama-ui | |
hostname: ollama-ui # http://ollama-ui.<tailnet>.ts.net | |
extra_hosts: | |
- "host.docker.internal:host-gateway" # important for ollama web ui to communicate with ollama running locally | |
environment: | |
- TS_AUTHKEY=<YOUR_OAUTH_KEY / YOUR_AUTH_KEY > | |
- "TS_EXTRA_ARGS=--advertise-tags=tag:container --reset" ## only needed if you use YOUR_OAUTH_KEY with owner tags |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Invoked via Crontab: | |
# 59 18 * * THU /home/pi/recordPodcast.sh PollockPines 22 | |
TODAY=`date +'%Y-%m-%d'` | |
HOMEPATH=/home/pi | |
REGION=$1 | |
MEMORY=$2 | |
SECONDS=90.0 |