0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: add GitPod config

This commit is contained in:
Gao Sun 2022-07-05 16:40:00 +08:00
parent 1d5f69db12
commit 2d16454370
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

13
.gitpod.yml Normal file
View file

@ -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