Maybe build command will work first try?
All checks were successful
Build and Push Next App / build-next (push) Successful in 1m5s

This commit is contained in:
2026-03-31 13:16:41 -05:00
parent fcb5556bef
commit 017ef680c9
8 changed files with 61 additions and 27 deletions

View File

@@ -3,11 +3,12 @@ networks:
external: true
services:
convexmonorepo:
convexmonorepo-next:
build:
context: ../
dockerfile: ./docker/Dockerfile
image: ${NEXT_CONTAINER_NAME}:alpine
image: ${NEXT_CONTAINER_NAME}:latest
#image: git.gbrown.org/gib/${NEXT_CONTAINER_NAME}:latest
container_name: ${NEXT_CONTAINER_NAME}
environment:
- NODE_ENV
@@ -25,7 +26,7 @@ services:
domainname: ${NEXT_DOMAIN}
networks: ['${NETWORK:-nginx-bridge}']
#ports: ['${NEXT_PORT}:${NEXT_PORT}']
depends_on: ['convexmonorepo-backend']
#depends_on: ['convexmonorepo-backend']
tty: true
stdin_open: true
restart: unless-stopped