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

15 lines
281 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: .
2020-02-16 09:10:04 -06:00
container_name: url
2020-02-14 13:17:56 -06:00
ports:
- 4567:4567
environment:
- file.location=/urls.csv
- username=admin
- password=admin
2020-02-14 13:17:56 -06:00
volumes:
- ./urls.csv:/urls.csv