mirror of https://github.com/PiyushXCoder/lupt.git
Dynamic docker-compose.yml
This commit is contained in:
parent
8acdc9d3b4
commit
17032ba092
|
|
@ -0,0 +1,8 @@
|
||||||
|
version: '2'
|
||||||
|
|
||||||
|
services:
|
||||||
|
lupt:
|
||||||
|
container_name: lupt-server
|
||||||
|
build: .
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
|
|
@ -2,3 +2,4 @@
|
||||||
/config.json
|
/config.json
|
||||||
/localhost-key.pem
|
/localhost-key.pem
|
||||||
/localhost.pem
|
/localhost.pem
|
||||||
|
/docker-compose.yml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue