docs: add upage usage instructions document

This commit is contained in:
LIlGG
2025-09-26 16:46:52 +08:00
parent f3a3e99df2
commit 54d1d65642
10 changed files with 27 additions and 14 deletions

View File

@@ -1,5 +1,7 @@
TAG=1.31.0
LOGTO_ENDPOINT=
LOGTO_ADMIN_ENDPOINT=
LOGTO_POSTGRES_PORT=
LOGTO_POSTGRES_PASSWORD=postgres1
LOGTO_CORE_PORT=3001
LOGTO_ADMIN_PORT=3002
LOGTO_ADMIN_PORT=3002

View File

@@ -20,6 +20,8 @@ services:
postgres:
image: postgres:17-alpine
user: postgres
ports:
- ${LOGTO_POSTGRES_PORT:-5432}:5432
environment:
POSTGRES_USER: logto
POSTGRES_PASSWORD: ${LOGTO_POSTGRES_PASSWORD}