Changed from ${{project.VAR}} to ${VAR} syntax.
The ${{project.VAR}} syntax is for Dokploy's Environment editor UI,
not for docker-compose.yml files. Docker Compose requires standard
${VAR} syntax to read from .env file.
The .env file (managed by Dokploy) already contains the actual values.
1.1 KiB
1.1 KiB