Dynamic docker-compose.yml

This commit is contained in:
Piyush मिश्रः 2023-02-25 16:26:02 +01:00
parent 8acdc9d3b4
commit 17032ba092
2 changed files with 10 additions and 1 deletions

8
.docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
version: '2'
services:
lupt:
container_name: lupt-server
build: .
ports:
- "8080:8080"

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
/target /target
/config.json /config.json
/localhost-key.pem /localhost-key.pem
/localhost.pem /localhost.pem
/docker-compose.yml