version: '3' services: mail: env_file: - .env build: context: . ports: - '8080:8080' - '2525:2525' volumes: - ./:/app/plugins/webmailer