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:
parent
1d5f69db12
commit
2d16454370
1 changed files with 13 additions and 0 deletions
13
.gitpod.yml
Normal file
13
.gitpod.yml
Normal 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
|
Loading…
Reference in a new issue