vanikam/docker-compose-dev-deps.yml
Renovate Bot 63a59a1491
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
chore(deps): update getmeili/meilisearch docker tag to v1.10
2024-08-26 08:06:45 +00:00

29 lines
679 B
YAML

version: "3"
services:
email:
image: axllent/mailpit
ports:
- 1080:1080
- 10025:10025
environment:
- MP_SMTP_AUTH=admin:password
- MP_MAX_MESSAGES=5000
- MP_SMTP_AUTH_ALLOW_INSECURE=1
- MP_SMTP_BIND_ADDR=0.0.0.0:10025
- MP_SMTP_AUTH_ALLOW_INSECURE=true
- MP_UI_BIND_ADDR=0.0.0.0:1080
postgres:
image: postgres:16.4
network_mode: host
environment:
POSTGRES_PASSWORD: password
meiliserach:
image: getmeili/meilisearch:v1.10
ports:
- 7700:7700
environment:
- MEILI_ENV=development
- MEILI_MASTER_KEY=5c8eb5f46c148884fb64da09be211a18347fbba24435ca603adc9eba608ba66d