Files
urls-txt/compose.yaml

10 lines
189 B
YAML

services:
urls-txt:
build:
context: "https://git.alv.cx/alvierahman90/urls-txt.git"
target: final
ports:
- 3000:3000
volumes:
- "./urls.txt:/urls.txt"