printshopcreator/.docker/docker-compose/docker-compose.local.ci.yml
Thomas e2357ad09f
Some checks failed
Gitea Actions / Run-Tests-On-Arm64 (push) Failing after 1m22s
Gitea Actions / Run-Tests-On-Amd64 (push) Failing after 2m48s
Fixes
2025-03-04 15:32:33 +01:00

15 lines
264 B
YAML

version: '3.7'
services:
application:
volumes:
- ${APP_CODE_PATH_HOST?}:${APP_CODE_PATH_CONTAINER?}
environment:
- APP_ENV=test
php-cron:
environment:
- APP_ENV=test
php-fpm:
environment:
- APP_ENV=test