services: assistant-2api: image: zhigengniao/assistant-2api:latest ports: - "${API_PORT:-8080}:8080" env_file: - .env restart: unless-stopped