Files
songparser/docker-compose.yaml
T
phoenix 9372b8ea07
songparser / Check (push) Successful in 2m3s
songparser / Rustfmt (push) Successful in 52s
songparser / build (push) Successful in 2m0s
songparser / Clippy (push) Successful in 2m12s
Update (#2)
Reviewed-on: #2
2026-07-07 22:49:06 -04:00

12 lines
200 B
YAML

version: '3.8' # Use a recent version
services:
songparser:
build:
context: .
ssh: ["default"]
container_name: songparser
env_file:
- .env
restart: unless-stopped