Update komodo

This commit is contained in:
2025-08-15 16:54:19 +05:30
parent 2eeff95e92
commit 037b9aae37

View File

@@ -1,7 +1,8 @@
services: services:
komodo_postgres: komodo_postgres:
image: ghcr.io/ferretdb/postgres-documentdb:17-0.104.0
container_name: komodo_postgres container_name: komodo_postgres
image: ghcr.io/ferretdb/postgres-documentdb:17-0.104.0
restart: unless-stopped
labels: labels:
komodo.skip: komodo.skip:
environment: environment:
@@ -10,7 +11,6 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
volumes: volumes:
- ./postgres:/var/lib/postgresql/data - ./postgres:/var/lib/postgresql/data
restart: unless-stopped
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -d postgres -U ${POSTGRES_USER}"] test: ["CMD-SHELL", "pg_isready -d postgres -U ${POSTGRES_USER}"]
start_period: 20s start_period: 20s
@@ -19,8 +19,9 @@ services:
timeout: 5s timeout: 5s
komodo_ferretdb: komodo_ferretdb:
image: ghcr.io/ferretdb/ferretdb:2.3.1
container_name: komodo_ferretdb container_name: komodo_ferretdb
image: ghcr.io/ferretdb/ferretdb:2.3.1
restart: unless-stopped
labels: labels:
komodo.skip: komodo.skip:
depends_on: depends_on:
@@ -30,11 +31,11 @@ services:
FERRETDB_POSTGRESQL_URL: postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@komodo_postgres:5432/postgres FERRETDB_POSTGRESQL_URL: postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@komodo_postgres:5432/postgres
volumes: volumes:
- ./ferretdb:/state - ./ferretdb:/state
restart: unless-stopped
komodo_core: komodo_core:
image: ghcr.io/moghtech/komodo-core:1.18.4
container_name: komodo_core container_name: komodo_core
image: ghcr.io/moghtech/komodo-core:1.18.4
restart: unless-stopped
labels: labels:
komodo.skip: komodo.skip:
depends_on: depends_on:
@@ -49,4 +50,3 @@ services:
- ./repo-cache:/repo-cache - ./repo-cache:/repo-cache
ports: ports:
- 9120:9120 - 9120:9120
restart: unless-stopped