version: "3.3" services: api: build: context: ./apps dockerfile: Dockerfile-api env_file: - api.env ports: - "0.0.0.0:8080:8080"