Logo
Explore Help
Sign In
intercal/omnibot
1
0
Fork 0
You've already forked omnibot
Code Issues Pull Requests Releases Wiki Activity
Files
0bdb3e3e81ca3f8b8bd42df00c84469ffb27e311
omnibot/docker-compose.yml

14 lines
288 B
YAML
Raw Normal View History

Add Dockerfile, docker-compose.yml, and docker.env Omnibot can be run using Docker and docker-compose using the provided files. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-08-18 15:17:53 -07:00
version: "3.8"
services:
omnibot:
build: .
env_file: docker.env
volumes:
Change how docker-compose maps volumes Only a handful of locations are shared with the docker-compose file, instead of the entire directory, to prevent build files from being overwritten by root. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-08-19 16:27:31 -07:00
- "./mix.exs:/app/mix.exs"
- "./lib:/app/lib"
- "./config:/app/config"
- "./data:/app/data"
- "./omnibot.exs:/app/omnibot.exs"
Add Dockerfile, docker-compose.yml, and docker.env Omnibot can be run using Docker and docker-compose using the provided files. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-08-18 15:17:53 -07:00
working_dir: "/app"
restart: always
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 33ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API