mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 17:26:45 +00:00
12 lines
211 B
YAML
12 lines
211 B
YAML
version: "3"
|
|
services:
|
|
url:
|
|
# TODO: Publish to docker hub
|
|
build:
|
|
context: .
|
|
ports:
|
|
- 4567:4567
|
|
environment:
|
|
- file.location=/urls.csv
|
|
volumes:
|
|
- ./urls.csv:/urls.csv |