Merge branch 'main' of git.ryuu.in:ryuupendragon/docker-compose

This commit is contained in:
2025-12-30 17:05:07 +05:30
9 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
services: services:
adminer: adminer:
container_name: adminer container_name: adminer
image: docker.io/library/adminer:5.4.1@sha256:3bce505927f115e80dedfa3be4c2a7c79226ae8b1994fd5bf7517d83bb8abf60 image: docker.io/library/adminer:5.4.1@sha256:ae1d4d7774c544d084e42887a318e6b0f47ad8c60fe1661d9278ef169c8b4eaa
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${PORT}:8080 - ${PORT}:8080

View File

@@ -1,7 +1,7 @@
services: services:
code-server: code-server:
container_name: code-server container_name: code-server
image: ghcr.io/linuxserver/code-server:4.106.3@sha256:aab9520fe923b2d93dccc2c806f3dc60649c2f4a2847fcd40c942227d0f1ae8f image: ghcr.io/linuxserver/code-server:4.107.0@sha256:e2ebedc28ab9e2ebe08093cf7e78515f97822956ff7cbac3d86fb0bd9e4b6bca
restart: unless-stopped restart: unless-stopped
environment: environment:
- PUID=${PUID} - PUID=${PUID}

View File

@@ -1,7 +1,7 @@
services: services:
healthchecks: healthchecks:
container_name: healthchecks container_name: healthchecks
image: ghcr.io/linuxserver/healthchecks:3.13.20251208@sha256:1c366cfe149694ae039c0f3bd9b345a1121fac0e5bda94ab8b9dc7cbeaab7d53 image: ghcr.io/linuxserver/healthchecks:3.13.20251222@sha256:13266a8f1121429ebbbe092ca3ffedfae9b1d272b74d2684ba9910d06f274545
restart: unless-stopped restart: unless-stopped
environment: environment:
- PUID=${PUID} - PUID=${PUID}

View File

@@ -1,7 +1,7 @@
services: services:
home-assistant: home-assistant:
container_name: home-assistant container_name: home-assistant
image: ghcr.io/home-assistant/home-assistant:2025.12.2@sha256:60dd3a329324b92017b7c8665648d65a9568a5a4205e93cad67ab9dec432f2d1 image: ghcr.io/home-assistant/home-assistant:2025.12.4@sha256:75ef6851d2e48d366764cdb6b569b7ad8be77dcc8e0d1b9aa508ac90e42d4c58
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${APPDATA_PATH}/home-assistant/config:/config - ${APPDATA_PATH}/home-assistant/config:/config

View File

@@ -1,7 +1,7 @@
services: services:
lldap_db: lldap_db:
container_name: lldap_db container_name: lldap_db
image: docker.io/library/postgres:18.1@sha256:38d5c9d522037d8bf0864c9068e4df2f8a60127c6489ab06f98fdeda535560f9 image: docker.io/library/postgres:18.1@sha256:b870e6b96354b3ed4b8737382093b22e5db2bf48b2fd97c009d3a85697cd0949
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}

View File

@@ -25,7 +25,7 @@ services:
minio-console: minio-console:
container_name: minio-console container_name: minio-console
image: ghcr.io/georgmangold/console:v1.9.0@sha256:9fa6c39bf72a428379ddbd972c3d875f698c50629dcde9f32dced2342d8fe48a image: ghcr.io/georgmangold/console:v1.9.1@sha256:388438668d65b887f99e36b95ba7eb96486e6d6fe28c84b1743be888e1b48877
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
minio: minio:

View File

@@ -1,7 +1,7 @@
services: services:
pocket-id-db: pocket-id-db:
container_name: pocket-id-db container_name: pocket-id-db
image: docker.io/library/postgres:18.1@sha256:38d5c9d522037d8bf0864c9068e4df2f8a60127c6489ab06f98fdeda535560f9 image: docker.io/library/postgres:18.1@sha256:b870e6b96354b3ed4b8737382093b22e5db2bf48b2fd97c009d3a85697cd0949
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}

View File

@@ -1,7 +1,7 @@
services: services:
portainer-agent: portainer-agent:
container_name: portainer-agent container_name: portainer-agent
image: docker.io/portainer/agent:alpine@sha256:167e2e2283f262871a9e1c510faf160e8c212316e7c8ab5e6ae34c187ce12c61 image: docker.io/portainer/agent:alpine@sha256:ed5316f84203feaf1f60e4e01ab43537bf898b2dcc86a9293bf806f6854dd42c
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock

View File

@@ -1,7 +1,7 @@
services: services:
portainer: portainer:
container_name: portainer container_name: portainer
image: docker.io/portainer/portainer-ee:alpine@sha256:9383ce83751e87111a6fd04e6add78df4a11569a6e89a1b3129a5eeaa807d126 image: docker.io/portainer/portainer-ee:alpine@sha256:695b36e17bd46fdfd29cc3dc1e113af05234edb222af75fbeccc5335fc859d3d
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./data:/data - ./data:/data