Compare commits
1 Commits
e335597405
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e54dde202 |
@@ -1,56 +0,0 @@
|
|||||||
services:
|
|
||||||
jellystat_db:
|
|
||||||
container_name: jellystat_db
|
|
||||||
image: docker.io/library/postgres:18.2@sha256:9b5bd946f3a507db72c55959700e517463e8d5dbb6f7eb30d920d5bcf6951431
|
|
||||||
restart: unless-stopped
|
|
||||||
shm_size: '1gb'
|
|
||||||
environment:
|
|
||||||
- POSTGRES_USER=${POSTGRES_USER}
|
|
||||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
|
||||||
- POSTGRES_DB=${POSTGRES_DB}
|
|
||||||
- PGDATA=/var/lib/postgresql/18/docker
|
|
||||||
volumes:
|
|
||||||
- ${APPDATA_PATH}/jellystat/db:/var/lib/postgresql
|
|
||||||
networks:
|
|
||||||
- backend
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "pg_isready -d ${POSTGRES_DB} -U ${POSTGRES_USER}"]
|
|
||||||
interval: 10s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 3
|
|
||||||
start_period: 10s
|
|
||||||
|
|
||||||
jellystat:
|
|
||||||
container_name: jellystat
|
|
||||||
image: ghcr.io/cyfershepard/jellystat:1.1.8@sha256:c8c451704ba7985340142cd047e2364cabaf41b613669b6c5340688ed217f82a
|
|
||||||
restart: unless-stopped
|
|
||||||
depends_on:
|
|
||||||
jellystat-db:
|
|
||||||
condition: service_healthy
|
|
||||||
environment:
|
|
||||||
- POSTGRES_USER=${POSTGRES_USER}
|
|
||||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
|
||||||
- POSTGRES_DB=${POSTGRES_DB}
|
|
||||||
- POSTGRES_IP=jellystat_db
|
|
||||||
- POSTGRES_PORT=5432
|
|
||||||
- JWT_SECRET=${JWT_SECRET}
|
|
||||||
- TZ=${TZ}
|
|
||||||
volumes:
|
|
||||||
- ${APPDATA_PATH}/jellystat/backup-data:/app/backend/backup-data
|
|
||||||
ports:
|
|
||||||
- ${PORT}:3000
|
|
||||||
networks:
|
|
||||||
- frontend
|
|
||||||
- backend
|
|
||||||
healthcheck:
|
|
||||||
test: wget --no-verbose --tries=1 --spider http://localhost:3000/auth/isConfigured || exit 1
|
|
||||||
interval: 60s
|
|
||||||
timeout: 30s
|
|
||||||
retries: 5
|
|
||||||
start_period: 30s
|
|
||||||
|
|
||||||
networks:
|
|
||||||
frontend:
|
|
||||||
external: true
|
|
||||||
backend:
|
|
||||||
external: true
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
services:
|
|
||||||
open-webui:
|
|
||||||
container_name: open-webui
|
|
||||||
image: ghcr.io/open-webui/open-webui:v0.8.8-ollama@sha256:781938633d6d445daa489fcdc0c1988c4c875e6358175f484fdd8a89aa152503
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL}
|
|
||||||
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
|
|
||||||
- WEBUI_AUTH=true
|
|
||||||
volumes:
|
|
||||||
- ${APPDATA_PATH}/open-webui/data:/app/backend/data
|
|
||||||
ports:
|
|
||||||
- ${PORT}:8080
|
|
||||||
networks:
|
|
||||||
- frontend
|
|
||||||
|
|
||||||
networks:
|
|
||||||
frontend:
|
|
||||||
external: true
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
image: docker.io/portainer/portainer-ee:alpine@sha256:eb3ad2004dfc15b6aa7b71b27017e756d8b7c016b7e7f2989a13eec96e734ac1
|
image: docker.io/portainer/portainer-ee:alpine@sha256:52f5e2096dd1f653f38b2bce1c920ca04ee8b18fef599ae439025f0ff10ca0dd
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
selfhst-icons:
|
selfhst-icons:
|
||||||
container_name: selfhst-icons
|
container_name: selfhst-icons
|
||||||
image: ghcr.io/selfhst/icons:4.0.1@sha256:f0658cd6e6857dd0cdd29ec29e6935d4c3becde13fbcb76e7dd861a51e0d173c
|
image: ghcr.io/selfhst/icons:3.2.0@sha256:3a6db28194ac905f9cfa8529b2abf7a3c21b688c5515b47c4a28ae49c16fa0fc
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- ICON_SOURCE=remote
|
- ICON_SOURCE=remote
|
||||||
|
|||||||
Reference in New Issue
Block a user