version: "3.9" services: contact-api: build: . image: contact-api:latest env_file: .env restart: unless-stopped ports: - 8087:8000