Update (#2)
songparser / Check (push) Successful in 2m3s
songparser / Rustfmt (push) Successful in 52s
songparser / build (push) Successful in 2m0s
songparser / Clippy (push) Successful in 2m12s

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-07-07 22:49:06 -04:00
parent 02cc833cd9
commit 9372b8ea07
9 changed files with 207 additions and 573 deletions
+4 -5
View File
@@ -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