services: api: build: context: . dockerfile: Dockerfile ports: - "${PORT}:${PORT}" env_file: ".env"