mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
13 lines
243 B
YAML
13 lines
243 B
YAML
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
|