Docker config added

This commit is contained in:
Wojciech Czop
2021-04-16 17:29:57 +02:00
parent 332c6ce179
commit 05174a4832
2 changed files with 17 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: "3"
services:
tools-homepage:
build: .
container_name: tools-homepage
image: tools-homepage
ports:
- 8085:80