Updated versions.

This commit is contained in:
Marvin Blum
2026-05-03 18:40:32 +02:00
parent d007bc902d
commit 0188fcca2d
4 changed files with 3 additions and 12 deletions

View File

@@ -1,12 +1,9 @@
version: '3'
volumes: volumes:
clickhouse_data: clickhouse_data:
services: services:
clickhouse: clickhouse:
<<<<<<< HEAD image: clickhouse/clickhouse-server:26.3
image: clickhouse/clickhouse-server:25.8-alpine
container_name: clickhouse container_name: clickhouse
restart: unless-stopped restart: unless-stopped
ulimits: ulimits:

View File

@@ -1,5 +1,3 @@
version: '3'
services: services:
mailhog: mailhog:
image: mailhog/mailhog:v1.0.1 image: mailhog/mailhog:v1.0.1

View File

@@ -1,11 +1,9 @@
version: '3'
volumes: volumes:
postgres_data: postgres_data:
services: services:
postgres: postgres:
image: postgres:15 image: postgres:18
container_name: postgres container_name: postgres
restart: always restart: always
ports: ports:

View File

@@ -1,8 +1,6 @@
version: '3'
services: services:
redis: redis:
image: redis:7 image: redis:8
container_name: redis container_name: redis
restart: always restart: always
ports: ports: