vanikam/docker-compose-dev-deps.yml

19 lines
388 B
YAML
Raw Normal View History

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:13.15
network_mode: host
environment:
POSTGRES_PASSWORD: password