twenty/packages/twenty-docker
Charles Bochet c8f5ecb2b6
Add APPLICATION_LOG_DRIVER=CONSOLE to twenty-app-dev container (#19600)
## Summary
- Enable application log console output in the `twenty-app-dev` Docker
image by adding `APPLICATION_LOG_DRIVER=CONSOLE` to the Dockerfile ENV
block
- Rename `APPLICATION_LOG_DRIVER_TYPE` to `APPLICATION_LOG_DRIVER` and
`ApplicationLogDriverType` to `ApplicationLogDriver` for consistency
with all other driver config variables (`EMAIL_DRIVER`, `LOGGER_DRIVER`,
`CAPTCHA_DRIVER`, etc.)
- Add `APPLICATION_LOG_DRIVER` to `.env.example`
2026-04-12 11:55:38 +02:00
..
grafana/provisioning/datasources feat(infra-dev): add opentelemetry and grafana (#12808) 2025-06-24 12:13:24 +02:00
helm/twenty fix(helm): add unit tests, extraEnv schema validation, and minor fixes (#18836) 2026-03-22 21:45:31 +01:00
k8s feat: helm chart (#16808) 2026-01-08 12:45:46 +00:00
otel-collector feat(infra-dev): add opentelemetry and grafana (#12808) 2025-06-24 12:13:24 +02:00
podman Use correct env var name in podman-compose (#11858) 2025-05-04 12:23:02 +02:00
scripts chore: improve password strength in install script (#12878) (#12896) 2025-06-26 11:09:36 +02:00
twenty Add APPLICATION_LOG_DRIVER=CONSOLE to twenty-app-dev container (#19600) 2026-04-12 11:55:38 +02:00
twenty-app-dev/rootfs/etc/s6-overlay Improve getting started doc (#19138) 2026-04-01 20:39:44 +00:00
twenty-postgres-spilo Begin moving to postgres spilo + adding pgvector (#8309) 2024-11-15 09:38:30 +01:00
twenty-website Migrate from ESLint to OxLint (#18443) 2026-03-06 01:03:50 +01:00
.env.example feat: add S3 presigned URL redirect for file downloads (#18864) 2026-03-25 16:15:15 +01:00
docker-compose.dev.yml Refactor dev environment setup with auto-detection and Docker support (#18564) 2026-03-12 08:43:58 +01:00
docker-compose.yml fix: migrate driver modules to DriverFactoryBase lazy-loading pattern (#18731) 2026-03-18 16:00:45 +01:00
Makefile chore: optimize app-dev Docker image and add CI test (#18856) 2026-03-24 08:44:30 +01:00