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