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

@@ -1,10 +1,10 @@
#!/bin/bash
docker build \
--build-arg DATABASE_URL="postgresql://local@host.docker.internal:5432/mixan?schema=public" \
--build-arg DATABASE_URL="postgresql://local@host.docker.internal:5432/openpanel?schema=public" \
--build-arg NEXTAUTH_SECRET="secret_sauce" \
--build-arg REDIS_URL="redis://127.0.0.1:6379" \
-t mixan/composed:latest \
-t mixan/composed:1.0 \
-t openpanel/composed:latest \
-t openpanel/composed:1.0 \
-f docker/Dockerfile-composed \
.