fix: DockerSecretsResolver - don't normalize absolute paths like /var/www/html/...
Some checks failed
Deploy Application / deploy (push) Has been cancelled

This commit is contained in:
2025-11-24 21:28:25 +01:00
parent 4eb7134853
commit 77abc65cd7
1327 changed files with 91915 additions and 9909 deletions

View File

@@ -31,6 +31,7 @@ services:
build:
context: .
dockerfile: docker/php/Dockerfile
target: base
args:
- ENV=${APP_ENV:-dev}
- COMPOSER_INSTALL_FLAGS=${COMPOSER_INSTALL_FLAGS:---no-scripts --no-autoloader}
@@ -163,6 +164,12 @@ networks:
driver: bridge
cache:
driver: bridge
traefik-public:
external: true
name: traefik-public
app-internal:
external: true
name: app-internal
volumes:
redis_data: