Update #2

Merged
phoenix merged 16 commits from update into main 2026-07-07 22:49:08 -04:00
Showing only changes of commit 5045016ece - Show all commits
+4 -5
View File
@@ -1,12 +1,11 @@
version: '3.8' # Use a recent version version: '3.8' # Use a recent version
services: services:
# Your Rust Application Service
songparser: songparser:
build: # Tells docker-compose to build the Dockerfile in the current directory build:
context: . context: .
ssh: ["default"] # Uses host's SSH agent ssh: ["default"]
container_name: songparser # Optional: Give the container a specific name container_name: songparser
env_file: env_file:
- .env - .env
restart: unless-stopped # Optional: Restart policy restart: unless-stopped