chore: Update Dockerfiles, Makefile and documentation
- Updated Dockerfile.production - Updated Makefile - Updated deployment documentation - Updated docker/ci/Dockerfile, docker/php/Dockerfile, docker/worker/Dockerfile - Updated dependency scanning documentation - Added git-hooks documentation
This commit is contained in:
@@ -158,3 +158,15 @@ ansible-playbook ... --check --diff
|
||||
```bash
|
||||
ansible -i inventory/production.yml production -m ping
|
||||
```
|
||||
|
||||
### PHP Version anpassen
|
||||
|
||||
```bash
|
||||
# 1. Workflow-Variable aktualisieren (.gitea/workflows/production-deploy.yml)
|
||||
PHP_VERSION=8.5.0RC4
|
||||
|
||||
# 2. Optionale lokale Builds (alle Dockerfiles akzeptieren PHP_VERSION):
|
||||
docker build --build-arg PHP_VERSION=8.5.0RC4 -f docker/php/Dockerfile .
|
||||
docker build --build-arg PHP_VERSION=8.5.0RC4 -f docker/ci/Dockerfile .
|
||||
docker build --build-arg PHP_VERSION=8.5.0RC4 -f docker/worker/Dockerfile .
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user