feat(pre-deploy): add support for x-pre_deploy extension in Compose + e2e test

This commit is contained in:
Pasha Sviderski
2026-04-08 19:16:42 +10:00
parent 772b31b57f
commit 0e820f9c52
13 changed files with 371 additions and 4 deletions
+7
View File
@@ -78,6 +78,13 @@ services:
- test.example.com:80/https
- 8000/http
- 5000:3000@host
x-pre_deploy:
command: ["sh", "-c", "migrate"]
environment:
DB_HOST: localhost
privileged: false
timeout: 2m30s
user: root
test-caddy-config:
image: myapp:1.2.3