UNPKG
gistfy
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Code once, share everywhere
www.gistfy.com
alexandrevicenzi/gistfy
gistfy
/
docker-compose.yml
11 lines
(10 loc)
•
191 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
version:
'2'
services:
app:
build:
.
working_dir:
/gistify
command:
node
src/gistfy.js
--port=5000
--host='0.0.0.0'
ports:
-
'5000:5000'
volumes:
-
.:/gistify