influx-smtp-gateway/docker-compose.yml

11 lines
138 B
YAML
Raw Normal View History

2022-02-03 15:33:22 +00:00
version: '3.8'
services:
web:
build: .
command: python main.py
ports:
- 8081:8081
env_file:
- ./config.ini