Skip to content

Commit 8ac8662

Browse files
committed
Update .env and README for Ollama service configuration
- Add time zone setting for containers in .env - Improve formatting of the configuration table in README
1 parent 8d74e05 commit 8ac8662

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

services/ollama/.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" se
1313
# Tailscale Configuration
1414
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.
1515

16+
#Time Zone setting for containers
17+
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
18+
19+
# Any Container environment variables are declared below. See https://docs.docker.com/compose/how-tos/environment-variables/
1620
# Ollama-specific variables
1721
# OLLAMA_API_KEY= # Optional: set a secret key to restrict API access (leave blank to disable auth)

services/ollama/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ If you don't use a shared proxy network, remove the `networks:` sections from `c
3232

3333
## Volumes
3434

35-
| Path | Purpose |
36-
|------|---------|
37-
| `./config` | Tailscale serve config (`serve.json`) |
38-
| `./ts/state` | Tailscale persistent state |
35+
| Path | Purpose |
36+
| --------------- | ------------------------------------------------------------------ |
37+
| `./config` | Tailscale serve config (`serve.json`) |
38+
| `./ts/state` | Tailscale persistent state |
3939
| `./ollama-data` | Downloaded Ollama models (can be large — ensure enough disk space) |
4040

4141
## MagicDNS and HTTPS

0 commit comments

Comments
 (0)