Files
omnibot/docker-compose.yml
2020-08-18 15:20:14 -07:00

10 lines
148 B
YAML

version: "3.8"
services:
omnibot:
build: .
env_file: docker.env
volumes:
- ".:/app"
working_dir: "/app"
restart: always