version: "3" services: email: image: maildev/maildev:latest restart: always container_name: vanigam-dash-maildev network_mode: host environment: - MAILDEV_SMTP_PORT=10025 - MAILDEV_INCOMING_USER=admin - MAILDEV_INCOMING_PASS=password 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