Compare commits

..

13 Commits

Author SHA1 Message Date
dfa745e800
add docker release stage to pipeline
All checks were successful
mapguesser/pipeline/pr-develop This commit looks good
2023-09-16 23:44:46 +02:00
bbb878ae07
use the new Dockerfile in pipeline
All checks were successful
mapguesser/pipeline/pr-develop This commit looks good
2023-09-16 23:36:43 +02:00
f2e93ee243
delete deprecated Dockerfiles 2023-09-16 23:35:59 +02:00
9aebdbc1a3
update readme 2023-09-16 23:07:51 +02:00
39fc6b2ecb
update soko-web 2023-09-16 23:07:51 +02:00
7a45699d3f
remove deprecated scripts 2023-09-16 23:07:51 +02:00
213792b1d4
add cron for db:maintain 2023-09-16 23:07:51 +02:00
7029bbb75f
install base database in MigrateDatabaseCommand 2023-09-16 23:07:51 +02:00
469b006c0a
merge migration of migrations to base db 2023-09-16 23:07:51 +02:00
082021c7ac
update docker-compose 2023-09-16 23:07:51 +02:00
3973c25234
add new dockerfile with dev and release stages 2023-09-16 23:07:51 +02:00
0fd64f83ae
add entry point for debug docker 2023-09-16 23:07:51 +02:00
65a09328cc
add entry point for release docker 2023-09-16 23:07:51 +02:00
2 changed files with 8 additions and 6 deletions

View File

@ -10,7 +10,7 @@
}
],
"require": {
"esoko/soko-web": "0.14",
"esoko/soko-web": "dev-feature/lazy-create-mysql-connection",
"fzaninotto/faker": "^1.9"
},
"require-dev": {

12
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "00d7fdf2ffefd95b3379f5eb8305c288",
"content-hash": "2948c5d472df0ba9b55600cb8d26a2e9",
"packages": [
{
"name": "cocur/slugify",
@ -82,11 +82,11 @@
},
{
"name": "esoko/soko-web",
"version": "v0.14",
"version": "dev-feature/lazy-create-mysql-connection",
"source": {
"type": "git",
"url": "https://git.esoko.eu/esoko/soko-web.git",
"reference": "ebe1fa2aa625c9035611bd995539e9d0f87d1e08"
"reference": "bccee89c131b6b1c65273b0e54f397f977a8750a"
},
"require": {
"cocur/slugify": "^4.3",
@ -108,7 +108,7 @@
"GNU GPL 3.0"
],
"description": "Lightweight web framework",
"time": "2023-09-16T21:56:41+00:00"
"time": "2023-09-16T11:12:46+00:00"
},
{
"name": "fzaninotto/faker",
@ -3140,7 +3140,9 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {
"esoko/soko-web": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],