add development compose

This commit is contained in:
pluja 2024-02-18 17:16:56 +01:00
parent 9f8d8e83d6
commit f672feaea1

2
Justfile Normal file
View File

@ -0,0 +1,2 @@
dev +command:
docker compose -f docker-compose.yml -f docker-compose.dev.yml {{command}}