mirror of
https://github.com/Kugelschieber/docker.git
synced 2026-05-17 00:41:23 +00:00
Updated versions.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mailhog:
|
mailhog:
|
||||||
image: mailhog/mailhog:v1.0.1
|
image: mailhog/mailhog:v1.0.1
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user