This commit is contained in:
Thomas Peterson 2025-09-30 13:12:03 +02:00
parent 4ff7a22fb6
commit 8d10f506d9
508 changed files with 9410 additions and 1239 deletions

View File

@ -1,6 +1,14 @@
version: '3.7' version: '3.7'
services: services:
chrome:
image: selenium/standalone-chromium:latest
networks:
- network
ports:
- "7900:7900"
- "4444:4444"
application: application:
volumes: volumes:
- ${APPLICATION_CODE_PATH_HOST?}:${APPLICATION_CODE_PATH_CONTAINER?} - ${APPLICATION_CODE_PATH_HOST?}:${APPLICATION_CODE_PATH_CONTAINER?}

View File

@ -37,11 +37,6 @@ services:
volumes: volumes:
- ${APP_CODE_PATH_HOST?}:${APP_CODE_PATH_CONTAINER?} - ${APP_CODE_PATH_HOST?}:${APP_CODE_PATH_CONTAINER?}
chrome:
ports:
- "7900:7900"
- "4444:4444"
smtp4dev: smtp4dev:
ports: ports:
# Change the number before : to the port the web interface should be accessible on # Change the number before : to the port the web interface should be accessible on

View File

@ -33,10 +33,6 @@ services:
- ${APP_HOST?} - ${APP_HOST?}
depends_on: depends_on:
- php-fpm - php-fpm
chrome:
image: selenium/standalone-chromium:latest
networks:
- network
smtp4dev: smtp4dev:
image: registry.thomas-peterson.de/smtp4dev:manifest-amd64 image: registry.thomas-peterson.de/smtp4dev:manifest-amd64
restart: always restart: always
@ -78,7 +74,6 @@ services:
extra_hosts: extra_hosts:
- host.docker.internal:host-gateway - host.docker.internal:host-gateway
depends_on: depends_on:
- chrome
- mysql - mysql
- mongodb - mongodb
mongodb: mongodb:
@ -98,7 +93,7 @@ services:
volumes: volumes:
- ${MYSQL_BACKUP_PATH_HOST?}:/docker-entrypoint-initdb.d/database.sql - ${MYSQL_BACKUP_PATH_HOST?}:/docker-entrypoint-initdb.d/database.sql
# - mysql:/var/lib/mysql # - mysql:/var/lib/mysql
command: --sql_mode="ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" --character-set-server=utf8 --collation-server=utf8_slovenian_ci --innodb-flush-log-at-trx-commit=0 command: --character-set-server=utf8 --collation-server=utf8_slovenian_ci --innodb-flush-log-at-trx-commit=0
networks: networks:
- network - network

View File

@ -171,6 +171,6 @@ COPY --from=codebase --chown=$APP_USER_NAME:$APP_GROUP_NAME /codebase $APP_CODE_
RUN echo "root ALL=(ALL) NOPASSWD: ALL " | tee -a "/etc/sudoers.d/users" && \ RUN echo "root ALL=(ALL) NOPASSWD: ALL " | tee -a "/etc/sudoers.d/users" && \
echo "${APP_USER_NAME} ALL=(ALL) NOPASSWD: ALL " | tee -a "/etc/sudoers.d/users" echo "${APP_USER_NAME} ALL=(ALL) NOPASSWD: ALL " | tee -a "/etc/sudoers.d/users"
RUN pecl install https://xdebug.org/files/xdebug-3.4.2.tgz #RUN pecl install https://xdebug.org/files/xdebug-3.4.2.tgz
ENV APP_ENV=dev ENV APP_ENV=dev

View File

@ -9,7 +9,7 @@ zend.assertions = 1
; Note: ; Note:
display_error=1 display_error=1
error_reporting=E_ALL & ~E_NOTICE & ~E_DEPRECATED error_reporting=E_ALL & ~E_NOTICE & ~E_DEPRECATED
zend_extension=xdebug ;zend_extension=xdebug
xdebug.client_host=host.docker.internal ;xdebug.client_host=host.docker.internal
xdebug.start_with_request=yes ;xdebug.start_with_request=yes
xdebug.mode=develop,debug ;xdebug.mode=develop,debug

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

View File

@ -0,0 +1,79 @@
<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<?xml-stylesheet type="text/css" href="styles/svg2b.css" ?>
<svg width="400" height="320" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Symbolgrafik Prozessbegleitung</title>
<desc>Zweiter Blick Symbolgrafik für einen Prozess beziehungsweise Prozessbegleitung</desc>
<defs>
<style type="text/css"><![CDATA[
]]></style>
<g id="prozess" >
<polygon id="flipchart"
points="
240 40,
345 50,
340 180,
250 160
"
style="fill: green; stroke: black; stroke-width: 1;"
/>
<polygon id="table"
points="
140 180,
360 220,
310 280,
70 220
"
style="fill: lightgreen; stroke: black; stroke-width: 1"
/>
<path id="community"
d="M 80,100
C 140,170
40,190
40,230
C 40,270
360,330
200,220
C 380,250
310,210
350,190
"
style="fill:none; stroke: green; stroke-width: 35;" />
<ellipse id="head" cx="200" cy="150" rx="16" ry="20" style="fill: green; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="330" cy="245" rx="16" ry="20" style="fill: red; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="250" cy="265" rx="16" ry="20" style="fill: lightgreen; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="180" cy="210" rx="16" ry="20" style="fill: blue; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="90" cy="230" rx="16" ry="20" style="fill: violet; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="60" cy="170" rx="16" ry="20" style="fill: yellow; stroke: black; stroke-width: 1;" />
</g> <!-- Ende "prozess" -->
</defs>
<!-- Content -->
<rect id="background" x="0" y="0" width="400" height="320" style="fill: white;" />
<use x="0" y="-10" xlink:href="#prozess" />
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,79 @@
<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<?xml-stylesheet type="text/css" href="styles/svg2b.css" ?>
<svg width="400" height="320" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Symbolgrafik Prozessbegleitung</title>
<desc>Zweiter Blick Symbolgrafik für einen Prozess beziehungsweise Prozessbegleitung</desc>
<defs>
<style type="text/css"><![CDATA[
]]></style>
<g id="prozess" >
<polygon id="flipchart"
points="
240 40,
345 50,
340 180,
250 160
"
style="fill: green; stroke: black; stroke-width: 1;"
/>
<polygon id="table"
points="
140 180,
360 220,
310 280,
70 220
"
style="fill: lightgreen; stroke: black; stroke-width: 1"
/>
<path id="community"
d="M 80,100
C 140,170
40,190
40,230
C 40,270
360,330
200,220
C 380,250
310,210
350,190
"
style="fill:none; stroke: green; stroke-width: 35;" />
<ellipse id="head" cx="200" cy="150" rx="16" ry="20" style="fill: green; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="330" cy="245" rx="16" ry="20" style="fill: red; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="250" cy="265" rx="16" ry="20" style="fill: lightgreen; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="180" cy="210" rx="16" ry="20" style="fill: blue; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="90" cy="230" rx="16" ry="20" style="fill: violet; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="60" cy="170" rx="16" ry="20" style="fill: yellow; stroke: black; stroke-width: 1;" />
</g> <!-- Ende "prozess" -->
</defs>
<!-- Content -->
<rect id="background" x="0" y="0" width="400" height="320" style="fill: white;" />
<use x="0" y="-10" xlink:href="#prozess" />
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,79 @@
<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<?xml-stylesheet type="text/css" href="styles/svg2b.css" ?>
<svg width="400" height="320" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Symbolgrafik Prozessbegleitung</title>
<desc>Zweiter Blick Symbolgrafik für einen Prozess beziehungsweise Prozessbegleitung</desc>
<defs>
<style type="text/css"><![CDATA[
]]></style>
<g id="prozess" >
<polygon id="flipchart"
points="
240 40,
345 50,
340 180,
250 160
"
style="fill: green; stroke: black; stroke-width: 1;"
/>
<polygon id="table"
points="
140 180,
360 220,
310 280,
70 220
"
style="fill: lightgreen; stroke: black; stroke-width: 1"
/>
<path id="community"
d="M 80,100
C 140,170
40,190
40,230
C 40,270
360,330
200,220
C 380,250
310,210
350,190
"
style="fill:none; stroke: green; stroke-width: 35;" />
<ellipse id="head" cx="200" cy="150" rx="16" ry="20" style="fill: green; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="330" cy="245" rx="16" ry="20" style="fill: red; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="250" cy="265" rx="16" ry="20" style="fill: lightgreen; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="180" cy="210" rx="16" ry="20" style="fill: blue; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="90" cy="230" rx="16" ry="20" style="fill: violet; stroke: black; stroke-width: 1;" />
<ellipse id="head" cx="60" cy="170" rx="16" ry="20" style="fill: yellow; stroke: black; stroke-width: 1;" />
</g> <!-- Ende "prozess" -->
</defs>
<!-- Content -->
<rect id="background" x="0" y="0" width="400" height="320" style="fill: white;" />
<use x="0" y="-10" xlink:href="#prozess" />
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

862
dev_db/install_data.sql Normal file

File diff suppressed because one or more lines are too long

BIN
dev_db/install_mongo.dump Normal file

Binary file not shown.

2494
dev_db/mariadb.sql Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Some files were not shown because too many files have changed in this diff Show More