services: api: env_file: - .env.dev build: context: ./api dockerfile: Dockerfile ports: - 8080:8080 volumes: - ./api:/app