Added basic docker support

This commit is contained in:
Przemek Dragańczuk
2020-02-14 20:17:56 +01:00
parent 0e09d22025
commit f4109b1b2c
2 changed files with 26 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3"
services:
url:
# TODO: Publish to docker hub
build:
context: .
ports:
- 4567:4567
environment:
- file.location=/urls.csv
volumes:
- ./urls.csv:/urls.csv