mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-15 17:11:49 +02:00
parent
4e60412254
commit
6ece49e958
2 changed files with 0 additions and 4 deletions
|
@ -15,9 +15,6 @@ RUN yarn --frozen-lockfile
|
||||||
|
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
|
|
||||||
ARG NEXT_PUBLIC_BASE_URL
|
|
||||||
ENV NEXT_PUBLIC_BASE_URL $NEXT_PUBLIC_BASE_URL
|
|
||||||
|
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
|
@ -13,7 +13,6 @@ services:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
- DATABASE_URL=postgres://postgres:postgres@rallly_db:5432/db?pgbouncer=true
|
- DATABASE_URL=postgres://postgres:postgres@rallly_db:5432/db?pgbouncer=true
|
||||||
- NEXT_PUBLIC_BASE_URL=${NEXT_PUBLIC_BASE_URL}
|
|
||||||
restart: always
|
restart: always
|
||||||
command: sh -c "yarn prisma migrate deploy --schema prisma/schema.prisma && yarn start"
|
command: sh -c "yarn prisma migrate deploy --schema prisma/schema.prisma && yarn start"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue