Skip to content

Commit

Permalink
Merge pull request #213 from gabrielrufino/v7
Browse files Browse the repository at this point in the history
v7
  • Loading branch information
gabrielrufino authored Nov 29, 2024
2 parents 64a3358 + c4c8e9e commit d3eda52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,13 @@ services:
- 11434:11434
volumes:
- ollama:/root/.ollama
labels:
- traefik.enable=true
- traefik.http.middlewares.ollama-auth.basicauth.users=${OLLAMA_USERS}
- traefik.http.routers.ollama.rule=Host(`${OLLAMA_TRAEFIK_HOST-ollama.localhost}`)
- traefik.http.routers.ollama.tls=true
- traefik.http.routers.ollama.tls.certresolver=letsencrypt
- traefik.http.routers.ollama.middlewares=ollama-auth
restart: ${OLLAMA_RESTART_POLICY-no}
pgadmin:
image: dpage/pgadmin4:${PGADMIN_VERSION:-8.2}
Expand Down

0 comments on commit d3eda52

Please sign in to comment.