resize-img-api/docker-compose.yml
2024-03-25 11:17:19 +02:00

11 lines
179 B
YAML

version: "3.8"
services:
resize-image-api:
image: nzambello/resize-image-api:latest
build:
context: .
dockerfile: Dockerfile
ports:
- "8787:8787"