ABHDSABDH
This commit is contained in:
parent
1031aed4fd
commit
300ba0c686
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM node:20-alpine
|
||||
|
||||
# Ensure Prisma engines can find the expected OpenSSL libraries on Alpine
|
||||
RUN apk add --no-cache openssl1.1-compat
|
||||
# Ensure Prisma engines can find the OpenSSL 3 libraries newer Alpine ships with
|
||||
RUN apk add --no-cache openssl
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ services:
|
|||
environment:
|
||||
NEXT_PUBLIC_BACKEND_URL: https://backend.basetracker.lona-development.org
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3100:3000"
|
||||
expose:
|
||||
- "3000"
|
||||
- "31000"
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.frontend.rule=Host(`basetracker.lona-development.org`)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue