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