feat: update default service names
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user