update 26.7.26

This commit is contained in:
kun
2026-07-26 02:09:48 +08:00
parent 39bb168568
commit 00cb8cd04e
12 changed files with 363 additions and 7 deletions
+2 -2
View File
@@ -129,9 +129,9 @@ def main():
base_dir = os.path.dirname(os.path.abspath(__file__))
env_example_path = os.path.join(base_dir, ".env.example")
template_path = os.path.join(base_dir, "docker-compose-template.yaml")
output_path = os.path.join(base_dir, "docker-compose.yaml")
output_path = os.path.join(base_dir, "compose.yml")
# Define header comments to be added at the top of docker-compose.yaml
# Define header comments to be added at the top of compose.yml
header_comments = (
"# ==================================================================\n"
"# WARNING: This file is auto-generated by generate_docker_compose\n"