add airbyte

This commit is contained in:
jigoong
2026-02-16 23:20:48 +07:00
parent 0a2b162c3e
commit dbc52384ba
7 changed files with 46 additions and 75 deletions

View File

@@ -43,11 +43,11 @@ echo ""
echo "=== All services started! ==="
echo ""
echo "Access points:"
echo "- Nginx Proxy Manager: http://localhost:81"
echo "- Nginx Proxy Manager: http://localhost:8021"
echo "- Keycloak Admin: http://localhost:8080"
echo "- API Service: http://localhost/apiservice (via Nginx)"
echo "- Airbyte: http://localhost/airbyte (configure in Nginx)"
echo "- Superset: http://localhost/superset (configure in Nginx)"
echo "- Airbyte: http://localhost:8000"
echo "- API Service: Configure in Nginx (apiservice:8000)"
echo "- Superset: Configure in Nginx (superset:8088)"
echo ""
echo "Next steps:"
echo "1. Configure domains in Nginx Proxy Manager (port 81)"