update docker config,

This commit is contained in:
2025-05-24 05:41:35 +08:00
parent a94ead44ba
commit 7a8bd60185
3 changed files with 107 additions and 99 deletions

9
002_source/docker/dc.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -ex
docker compose \
-f docker-compose.yml \
-f docker-compose.db.yml \
$@