Maybe build command will work first try?
All checks were successful
Build and Push Next App / build-next (push) Successful in 1m5s
All checks were successful
Build and Push Next App / build-next (push) Successful in 1m5s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user