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

12 lines
211 B
YAML
Raw Normal View History

2020-02-14 13:17:56 -06:00
version: "3"
services:
url:
# TODO: Publish to docker hub
build:
context: .
ports:
- 4567:4567
environment:
- file.location=/urls.csv
volumes:
- ./urls.csv:/urls.csv