influx-smtp-gateway/docker-compose.yml

11 lines
138 B
YAML

version: '3.8'
services:
web:
build: .
command: python main.py
ports:
- 8081:8081
env_file:
- ./config.ini