rename mixan to OPENPANEL!

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-11 13:40:46 +01:00
parent 6d4f9010d4
commit e6c0bc2ec8
201 changed files with 1193 additions and 1047 deletions

View File

@@ -2,7 +2,7 @@
FROM --platform=linux/amd64 node:20-slim AS base
ARG DATABASE_URL="postgresql://local@host.docker.internal:5432/mixan?schema=public"
ARG DATABASE_URL="postgresql://local@host.docker.internal:5432/openpanel?schema=public"
ENV DATABASE_URL=$DATABASE_URL
ARG REDIS_URL="redis://127.0.0.1:6379"