manga-matcher/docker-compose.yml
Rodrigo Verdiani 1ed50c9969
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
feat: add pipeline v1
2025-10-28 20:22:08 -03:00

7 lines
114 B
YAML

services:
manga-matcher:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"