feat: update default service names

This commit is contained in:
2026-02-24 08:52:08 -05:00
parent 7912e9a516
commit 2000204250
5 changed files with 6 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ pub fn down() -> Result<()> {
}
pub fn exec(rest: &[String]) -> Result<()> {
let container = std::env::var("AHAB_DJANGO_CONTAINER").unwrap_or("appserver".to_string());
let container = std::env::var("AHAB_DJANGO_CONTAINER").unwrap_or("django".to_string());
CommandBuilder::docker_compose()
.args("exec")
.args(&container)