Compare commits

..

3 Commits

Author SHA1 Message Date
Valentin Lab
9f14cf42cd new: [opensem] add `media-library` folder for temporary storage of uploaded files 2025-10-15 13:37:47 +02:00
Valentin Lab
38a5f11f26 new: [opensem] upgrade to 1.0.0-rc.6 2025-10-15 13:37:47 +02:00
Valentin Lab
1abd21f1ca new: [opensem] add automatic database migration 2025-10-15 13:37:47 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -6,5 +6,5 @@ set -e
mv -v "${OPENSEM_CONFIG_FILE}" "${OPENSEM_CONFIG_FILE%.prepare}" mv -v "${OPENSEM_CONFIG_FILE}" "${OPENSEM_CONFIG_FILE%.prepare}"
#artisan migrate -v --force && artisan migrate -v --force &&
#artisan migrate -v --path=database/migrations/shop --force artisan migrate -v --path=database/migrations/shop --force

View File

@@ -2,7 +2,7 @@
OPENSEM_DIR="/opt/apps/opensem" OPENSEM_DIR="/opt/apps/opensem"
OPENSEM_CODE="$SERVICE_CONFIGSTORE$OPENSEM_DIR" OPENSEM_CODE="$SERVICE_CONFIGSTORE$OPENSEM_DIR"
OPENSEM_RELEASE=1.0.0-rc.11 OPENSEM_RELEASE=1.0.0-rc.6
OPENSEM_URL=https://docker.0k.io/downloads/opensem-"${OPENSEM_RELEASE}".tar.xz OPENSEM_URL=https://docker.0k.io/downloads/opensem-"${OPENSEM_RELEASE}".tar.xz
OPENSEM_CONFIG_FILE="${OPENSEM_CODE}"/.env.prepare OPENSEM_CONFIG_FILE="${OPENSEM_CODE}"/.env.prepare

View File

@@ -51,7 +51,7 @@ uses:
container: "main php interpreter" container: "main php interpreter"
default-options: default-options:
extensions: extensions:
- pdo_mysql gd intl exif - pdo_mysql gd intl
sys-tools: sys-tools:
- fonts wkhtmltopdf - fonts wkhtmltopdf
meilisearch-engine: meilisearch-engine: