2020-08-18 15:17:53 -07:00
|
|
|
version: "3.8"
|
|
|
|
|
services:
|
|
|
|
|
omnibot:
|
|
|
|
|
build: .
|
|
|
|
|
env_file: docker.env
|
|
|
|
|
volumes:
|
|
|
|
|
- ".:/app"
|
2020-08-18 15:44:13 -07:00
|
|
|
# ignore build data
|
|
|
|
|
- "/app/_build"
|
2020-08-18 17:30:21 -07:00
|
|
|
- "/app/deps"
|
2020-08-18 15:17:53 -07:00
|
|
|
working_dir: "/app"
|
|
|
|
|
restart: always
|