radiobot/docker-compose.yml

12 lines
180 B
YAML
Raw Normal View History

2022-03-22 23:06:38 -04:00
version: '3'
services:
radiobot:
build:
context: .
dockerfile: Dockerfile
2022-03-23 19:27:00 -04:00
env_file:
2022-03-28 17:09:47 -04:00
- radiobot.env
2022-03-23 19:56:13 -04:00
command: python3 -u main.py
2022-03-22 23:06:38 -04:00
restart: always