We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea8f06 commit c82fe31Copy full SHA for c82fe31
docker-compose-services.yml
@@ -3,8 +3,6 @@ version: '3.9'
3
services:
4
postgres:
5
image: postgres:15.3-alpine3.18
6
- container_name: postgres
7
- hostname: postgres
8
ports:
9
- 127.0.0.1:5432:5432
10
environment:
@@ -14,6 +12,7 @@ services:
14
12
TZ: Europe/Berlin
15
13
volumes:
16
- postgres-data:/var/lib/postgresql/data
+
17
meilisearch:
18
image: getmeili/meilisearch:v1.6
19
@@ -23,6 +22,7 @@ services:
23
22
24
- meilisearch-data:/data.ms
25
restart: unless-stopped
26
27
postgres-data:
28
admin-data:
0 commit comments