Skip to content

Commit

Permalink
Merge pull request #212 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gabrielrufino authored Nov 29, 2024
2 parents 92482c0 + 8180ce4 commit c4c8e9e
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 c4c8e9e

Please sign in to comment.