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

14 lines
249 B
YAML
Raw Normal View History

2022-07-05 03:40:00 -05:00
tasks:
- name: Start Logto
init: |
docker-compose pull
command: |
ENDPOINT=$(gp url 3001) docker compose -p logto up
env:
2022-07-05 06:56:20 -05:00
TAG: prerelease
2022-07-05 03:40:00 -05:00
ports:
- name: Logto
description: The Logto core service
port: 3001