radiobot/docker-compose.yml
2022-03-28 18:45:24 -04:00

12 lines
180 B
YAML

version: '3'
services:
radiobot:
build:
context: .
dockerfile: Dockerfile
env_file:
- radiobot.env
command: python3 -u main.py
restart: always