vanikam/docker-compose-dev-deps.yml
Aravinth Manivannan de5beb6dbd
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
feat: replace maildev with mailpit
2024-07-23 14:38:36 +05:30

29 lines
678 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.3
network_mode: host
environment:
POSTGRES_PASSWORD: password
meiliserach:
image: getmeili/meilisearch:v1.9
ports:
- 7700:7700
environment:
- MEILI_ENV=development
- MEILI_MASTER_KEY=5c8eb5f46c148884fb64da09be211a18347fbba24435ca603adc9eba608ba66d