mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-04-05 20:01:32 +00:00
Add reproducer for coolify#8953: .env not found with preserve repository (#65)
Minimal Docker Compose example that triggers the deployment failure when Preserve Repository is enabled with a custom start command containing variable interpolation. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
5
docker-compose-preserve-repo-env/docker-compose.yaml
Normal file
5
docker-compose-preserve-repo-env/docker-compose.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
web:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "${WEB_PORT:-8080}:80"
|
||||
Reference in New Issue
Block a user