From 2d164543708b93d15d8695329fbc989c774e112c Mon Sep 17 00:00:00 2001
From: Gao Sun <gao@silverhand.io>
Date: Tue, 5 Jul 2022 16:40:00 +0800
Subject: [PATCH] chore: add GitPod config

---
 .gitpod.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 .gitpod.yml

diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 000000000..f3e700ed9
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,13 @@
+tasks:
+  - name: Start Logto
+    init: |
+      docker-compose pull
+    command: |
+      ENDPOINT=$(gp url 3001) docker compose -p logto up
+    env:
+      TAG: edge
+
+ports:
+  - name: Logto
+    description: The Logto core service
+    port: 3001