add kuligs2's compose file
This commit is contained in:
parent
7ebaf131bb
commit
fd7979ae70
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
services:
|
||||||
|
ezirc:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
image: ezirc:edge
|
||||||
|
ports:
|
||||||
|
- "9000:9000" # Host-port:container-port
|
||||||
|
environment:
|
||||||
|
NODE_ENV: production
|
||||||
|
volumes:
|
||||||
|
- ./data:/data
|
||||||
|
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user