build: remove requirement to edit docker-compose.yml per-stage

This commit is contained in:
Iain Learmonth 2025-04-28 15:13:15 +01:00
parent 201a3ca255
commit 276fdccf36
4 changed files with 67 additions and 20 deletions

View file

@ -0,0 +1,4 @@
services:
redis:
ports:
- "127.0.0.1:6379:6379"