version: "3.3"
services:
api:
build:
context: ./apps
dockerfile: Dockerfile-api
env_file:
- api.env
ports:
- ${APP_PORT}:${APP_PORT}