services: api: build: . container_name: trade_api env_file: - .env ports: - "8000:8000" restart: unless-stopped