ABHDSABDH

This commit is contained in:
Hymmel 2025-10-09 09:25:24 +02:00
parent 1031aed4fd
commit 300ba0c686
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
FROM node:20-alpine FROM node:20-alpine
# Ensure Prisma engines can find the expected OpenSSL libraries on Alpine # Ensure Prisma engines can find the OpenSSL 3 libraries newer Alpine ships with
RUN apk add --no-cache openssl1.1-compat RUN apk add --no-cache openssl
WORKDIR /app WORKDIR /app

View file

@ -5,9 +5,9 @@ services:
environment: environment:
NEXT_PUBLIC_BACKEND_URL: https://backend.basetracker.lona-development.org NEXT_PUBLIC_BACKEND_URL: https://backend.basetracker.lona-development.org
ports: ports:
- "3000:3000" - "3100:3000"
expose: expose:
- "3000" - "31000"
labels: labels:
- traefik.enable=true - traefik.enable=true
- traefik.http.routers.frontend.rule=Host(`basetracker.lona-development.org`) - traefik.http.routers.frontend.rule=Host(`basetracker.lona-development.org`)