Update service templates for Convex and EmbyStat; modify compose configurations and adjust tags and categories for better clarity and organization
This commit is contained in:
parent
775216e7a5
commit
2e85ca8a57
3 changed files with 20 additions and 20 deletions
|
|
@ -17,7 +17,7 @@ services:
|
|||
- CONVEX_RELEASE_VERSION_DEV=${CONVEX_RELEASE_VERSION_DEV:-}
|
||||
- ACTIONS_USER_TIMEOUT_SECS=${ACTIONS_USER_TIMEOUT_SECS:-}
|
||||
# URL of the Convex API as accessed by the client/frontend.
|
||||
- CONVEX_CLOUD_ORIGIN=${SERVICE_URL_CONVEX}
|
||||
- CONVEX_CLOUD_ORIGIN=${SERVICE_URL_DASHBOARD}
|
||||
# URL of Convex HTTP actions as accessed by the client/frontend.
|
||||
- CONVEX_SITE_ORIGIN=${SERVICE_URL_BACKEND}
|
||||
- DATABASE_URL=${DATABASE_URL:-}
|
||||
|
|
@ -49,7 +49,7 @@ services:
|
|||
dashboard:
|
||||
image: ghcr.io/get-convex/convex-dashboard:33cef775a8a6228cbacee4a09ac2c4073d62ed13
|
||||
environment:
|
||||
- SERVICE_URL_CONVEX_6791
|
||||
- SERVICE_URL_DASHBOARD_6791
|
||||
# URL of the Convex API as accessed by the dashboard (browser).
|
||||
- NEXT_PUBLIC_DEPLOYMENT_URL=${SERVICE_URL_BACKEND}
|
||||
depends_on:
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue