From 5045016ecea66e244a528af8d41a5e4737eecec5 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 7 Jul 2026 22:18:16 -0400 Subject: [PATCH] bump: rust docker --- docker-compose.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2f11b07..6ba0667 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,12 +1,11 @@ version: '3.8' # Use a recent version services: - # Your Rust Application Service songparser: - build: # Tells docker-compose to build the Dockerfile in the current directory + build: context: . - ssh: ["default"] # Uses host's SSH agent - container_name: songparser # Optional: Give the container a specific name + ssh: ["default"] + container_name: songparser env_file: - .env - restart: unless-stopped # Optional: Restart policy + restart: unless-stopped