Merge branch 'master' of github.com:draganczukp/url

This commit is contained in:
draganczukp
2020-02-16 16:55:16 +01:00
10 changed files with 147 additions and 33 deletions

View File

@@ -4,10 +4,11 @@ services:
# TODO: Publish to docker hub
build:
context: .
# ports:
# - 4567:4567
container_name: url
environment:
- file.location=/urls.csv
- username=${URL_LOGIN}
- password=${URL_PASSWORD}
volumes:
- ./urls.csv:/urls.csv
networks:
@@ -30,4 +31,3 @@ services:
networks:
proxy:
external: true