Improved README for developers

This commit is contained in:
2019-08-27 17:45:18 +09:00
parent 49f67d3a49
commit 714d48ab3b
9 changed files with 105 additions and 150 deletions

21
docker/docker-compose.yml Normal file
View File

@ -0,0 +1,21 @@
version: "3.7"
services:
notify.moe:
build:
context: .
dockerfile: docker/development.Dockerfile
network: host
image: animenotifier/notify.moe
hostname: docker
container_name: notify.moe
stdin_open: true
tty: true
ports:
- "443:4001"
volumes:
- ~/:/my
networks:
default:
name: notify.moe