Update some docker compose stuff to get this built & running
This commit is contained in:
@@ -25,12 +25,12 @@ services:
|
|||||||
domainname: ${NEXT_DOMAIN}
|
domainname: ${NEXT_DOMAIN}
|
||||||
networks: ['${NETWORK:-nginx-bridge}']
|
networks: ['${NETWORK:-nginx-bridge}']
|
||||||
#ports: ['${NEXT_PORT}:${NEXT_PORT}']
|
#ports: ['${NEXT_PORT}:${NEXT_PORT}']
|
||||||
depends_on: ['convex-backend']
|
depends_on: ['convexmonorepo-backend']
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
convex-backend:
|
convexmonorepo-backend:
|
||||||
image: ghcr.io/get-convex/convex-backend:${BACKEND_TAG:-latest}
|
image: ghcr.io/get-convex/convex-backend:${BACKEND_TAG:-latest}
|
||||||
container_name: ${BACKEND_CONTAINER_NAME:-convex-backend}
|
container_name: ${BACKEND_CONTAINER_NAME:-convex-backend}
|
||||||
hostname: ${BACKEND_CONTAINER_NAME:-convex-backend}
|
hostname: ${BACKEND_CONTAINER_NAME:-convex-backend}
|
||||||
@@ -59,7 +59,7 @@ services:
|
|||||||
stop_grace_period: 10s
|
stop_grace_period: 10s
|
||||||
stop_signal: SIGINT
|
stop_signal: SIGINT
|
||||||
|
|
||||||
convex-dashboard:
|
convexmonorepo-dashboard:
|
||||||
image: ghcr.io/get-convex/convex-dashboard:${DASHBOARD_TAG:-latest}
|
image: ghcr.io/get-convex/convex-dashboard:${DASHBOARD_TAG:-latest}
|
||||||
container_name: ${DASHBOARD_CONTAINER_NAME:-convex-dashboard}
|
container_name: ${DASHBOARD_CONTAINER_NAME:-convex-dashboard}
|
||||||
hostname: ${DASHBOARD_CONTAINER_NAME:-convex-dashboard}
|
hostname: ${DASHBOARD_CONTAINER_NAME:-convex-dashboard}
|
||||||
@@ -71,7 +71,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- NEXT_PUBLIC_DEPLOYMENT_URL=${NEXT_PUBLIC_DEPLOYMENT_URL:-http://${BACKEND_CONTAINER_NAME:-convex-backend}:${PORT:-3210}}
|
- NEXT_PUBLIC_DEPLOYMENT_URL=${NEXT_PUBLIC_DEPLOYMENT_URL:-http://${BACKEND_CONTAINER_NAME:-convex-backend}:${PORT:-3210}}
|
||||||
depends_on:
|
depends_on:
|
||||||
convex-backend:
|
convexmonorepo-backend:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
|
|||||||
Reference in New Issue
Block a user