2019-04-25 16:18:14 +09:00
|
|
|
version: "3.7"
|
2019-04-25 21:31:01 +09:00
|
|
|
|
2019-04-09 15:22:44 +09:00
|
|
|
services:
|
2019-04-09 17:49:05 +09:00
|
|
|
notify.moe:
|
2019-04-18 19:06:57 +09:00
|
|
|
build:
|
|
|
|
context: .
|
2019-04-19 19:00:41 +09:00
|
|
|
dockerfile: docker/development.Dockerfile
|
2019-04-14 16:28:30 +09:00
|
|
|
image: animenotifier/notify.moe
|
2019-04-25 09:00:53 +09:00
|
|
|
hostname: docker
|
2019-04-25 16:18:14 +09:00
|
|
|
container_name: notify.moe
|
2019-04-14 16:28:30 +09:00
|
|
|
stdin_open: true
|
|
|
|
tty: true
|
2019-04-09 15:22:44 +09:00
|
|
|
ports:
|
2019-04-14 19:04:08 +09:00
|
|
|
- "443:4001"
|
|
|
|
volumes:
|
2019-04-25 21:30:42 +09:00
|
|
|
- ~/:/my
|
|
|
|
|
|
|
|
networks:
|
|
|
|
default:
|
|
|
|
name: notify.moe
|