Shinyballs
Shinyballs
CCConvex Community
Created by BeziUp on 3/30/2025 in #self-hosted
Hey guys , I have installed the docker
or in docker config:
ports:
- "127.0.0.1:3210:3210"
ports:
- "127.0.0.1:3210:3210"
6 replies
CCConvex Community
Created by BeziUp on 3/30/2025 in #self-hosted
Hey guys , I have installed the docker
ie. docker run -p localhost:3210:3210 convex-backend
6 replies
CCConvex Community
Created by BeziUp on 3/30/2025 in #self-hosted
Hey guys , I have installed the docker
it should only be 2 containers. are you exposing your docker container ports to your vps? because you need to bind it else localhost will only point to vps and not docker
6 replies
CCConvex Community
Created by Shinyballs on 3/29/2025 in #self-hosted
hi all, im sure it's something pretty
i was able to get things working with CONVEX_SITE_ORIGIN:3211 🙂 edit: 3211 is not required. this worked with just 2 containers (backend & dashboard) and 3210
16 replies
CCConvex Community
Created by Shinyballs on 3/29/2025 in #self-hosted
hi all, im sure it's something pretty
oooh! i also noticed they don't even expose 3211. :TY: here i thought i was doing something wrong. i will open an issue w/ Coolify to fix their template
16 replies
CCConvex Community
Created by Shinyballs on 3/29/2025 in #self-hosted
hi all, im sure it's something pretty
still the same issue on :latest 😦
16 replies
CCConvex Community
Created by Shinyballs on 3/29/2025 in #self-hosted
hi all, im sure it's something pretty
huh. i didnt realize it was pulling a specific commit... will try with latest...
16 replies
CCConvex Community
Created by Shinyballs on 3/29/2025 in #self-hosted
hi all, im sure it's something pretty
i started over and still ran into 404 issue. this is the docker-compose im using for Coolify:
services:
backend:
image: 'ghcr.io/get-convex/convex-backend:4499dd4fd7f2148687a7774599c613d052950f46'
volumes:
- 'data:/convex/data'
environment:
- SERVICE_FQDN_BACKEND_3210
- 'INSTANCE_NAME=${INSTANCE_NAME:-self-hosted-convex}'
- 'INSTANCE_SECRET=${SERVICE_HEX_32_SECRET}'
- 'CONVEX_RELEASE_VERSION_DEV=${CONVEX_RELEASE_VERSION_DEV:-}'
- 'ACTIONS_USER_TIMEOUT_SECS=${ACTIONS_USER_TIMEOUT_SECS:-}'
- 'CONVEX_CLOUD_ORIGIN=${SERVICE_FQDN_CONVEX_6791}'
- 'CONVEX_SITE_ORIGIN=${SERVICE_FQDN_CONVEX_6791}/http'
- 'DATABASE_URL=${DATABASE_URL:-}'
- 'DISABLE_BEACON=${DISABLE_BEACON:-}'
- 'REDACT_LOGS_TO_CLIENT=${REDACT_LOGS_TO_CLIENT:-}'
- 'CONVEX_SELF_HOSTED_URL=${SERVICE_FQDN_CONVEX_6791}'
healthcheck:
test: 'curl -f http://127.0.0.1:3210/version'
interval: 5s
start_period: 5s
dashboard:
image: 'ghcr.io/get-convex/convex-dashboard:4499dd4fd7f2148687a7774599c613d052950f46'
environment:
- SERVICE_FQDN_CONVEX_6791
- NEXT_PUBLIC_DEPLOYMENT_URL=$SERVICE_FQDN_BACKEND_3210
depends_on:
backend:
condition: service_healthy
healthcheck:
test: 'wget -qO- http://127.0.0.1:6791/'
interval: 5s
start_period: 5s
services:
backend:
image: 'ghcr.io/get-convex/convex-backend:4499dd4fd7f2148687a7774599c613d052950f46'
volumes:
- 'data:/convex/data'
environment:
- SERVICE_FQDN_BACKEND_3210
- 'INSTANCE_NAME=${INSTANCE_NAME:-self-hosted-convex}'
- 'INSTANCE_SECRET=${SERVICE_HEX_32_SECRET}'
- 'CONVEX_RELEASE_VERSION_DEV=${CONVEX_RELEASE_VERSION_DEV:-}'
- 'ACTIONS_USER_TIMEOUT_SECS=${ACTIONS_USER_TIMEOUT_SECS:-}'
- 'CONVEX_CLOUD_ORIGIN=${SERVICE_FQDN_CONVEX_6791}'
- 'CONVEX_SITE_ORIGIN=${SERVICE_FQDN_CONVEX_6791}/http'
- 'DATABASE_URL=${DATABASE_URL:-}'
- 'DISABLE_BEACON=${DISABLE_BEACON:-}'
- 'REDACT_LOGS_TO_CLIENT=${REDACT_LOGS_TO_CLIENT:-}'
- 'CONVEX_SELF_HOSTED_URL=${SERVICE_FQDN_CONVEX_6791}'
healthcheck:
test: 'curl -f http://127.0.0.1:3210/version'
interval: 5s
start_period: 5s
dashboard:
image: 'ghcr.io/get-convex/convex-dashboard:4499dd4fd7f2148687a7774599c613d052950f46'
environment:
- SERVICE_FQDN_CONVEX_6791
- NEXT_PUBLIC_DEPLOYMENT_URL=$SERVICE_FQDN_BACKEND_3210
depends_on:
backend:
condition: service_healthy
healthcheck:
test: 'wget -qO- http://127.0.0.1:6791/'
interval: 5s
start_period: 5s
16 replies
CCConvex Community
Created by Shinyballs on 3/29/2025 in #self-hosted
hi all, im sure it's something pretty
https://discord.com/channels/1019350475847499849/1352783904603508887/1352803989900759153 hmmm answered my own question. still 404 is weird. gonna try starting over
16 replies
CCConvex Community
Created by Shinyballs on 3/29/2025 in #self-hosted
hi all, im sure it's something pretty
is s3 required if i wanted to use storage? or does file disk work out of the box?
16 replies
CCConvex Community
Created by Shinyballs on 3/29/2025 in #self-hosted
hi all, im sure it's something pretty
No description
16 replies
CCConvex Community
Created by Shinyballs on 3/29/2025 in #self-hosted
hi all, im sure it's something pretty
hm weird. i just noticed i can't upload via the dashboard using Files feature either. i'll have to dig
16 replies
CCConvex Community
Created by Shinyballs on 3/29/2025 in #self-hosted
hi all, im sure it's something pretty
these are my variables on the server:
CONVEX_CLOUD_ORIGIN=http://backend-<subdomains>
CONVEX_SITE_ORIGIN=http://convex-<subdomains>/http
CONVEX_CLOUD_ORIGIN=http://backend-<subdomains>
CONVEX_SITE_ORIGIN=http://convex-<subdomains>/http
16 replies
CCConvex Community
Created by Shinyballs on 3/29/2025 in #self-hosted
hi all, im sure it's something pretty
i am not using SSL at the moment just for testing, and post dashboard/backend is accessible publicly
16 replies