1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 21:33:54 -05:00
chhoto-url/docker-compose.yml
2020-02-16 15:51:00 +01:00

14 lines
No EOL
257 B
YAML

version: "3"
services:
url:
# TODO: Publish to docker hub
build:
context: .
ports:
- 4567:4567
environment:
- file.location=/urls.csv
- username=admin
- password=admin
volumes:
- ./urls.csv:/urls.csv