resize-img-api/docker-compose.yml

11 lines
179 B
YAML
Raw Permalink Normal View History

2024-03-25 10:17:19 +01:00
version: "3.8"
services:
resize-image-api:
image: nzambello/resize-image-api:latest
build:
context: .
dockerfile: Dockerfile
ports:
- "8787:8787"