Updated docker configuration
This commit is contained in:
parent
8a99e67370
commit
1a63d04e64
@ -11,4 +11,4 @@ RUN curl -s -o go.mod https://raw.githubusercontent.com/animenotifier/notify.moe
|
|||||||
rm go.*
|
rm go.*
|
||||||
|
|
||||||
# Create empty working directory
|
# Create empty working directory
|
||||||
WORKDIR /home/developer/notify.moe
|
WORKDIR /host
|
@ -1,12 +1,15 @@
|
|||||||
version: "3"
|
version: "3.4"
|
||||||
services:
|
services:
|
||||||
notify.moe:
|
notify.moe:
|
||||||
build: .
|
build:
|
||||||
|
context: .
|
||||||
|
network: host
|
||||||
image: animenotifier/notify.moe
|
image: animenotifier/notify.moe
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
network_mode: host
|
network_mode: host
|
||||||
ports:
|
ports:
|
||||||
|
- "80:4000"
|
||||||
- "443:4001"
|
- "443:4001"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/home/developer/notify.moe
|
- ~:/host
|
Loading…
Reference in New Issue
Block a user