bruh moment

whitespace/formatting diff
This commit is contained in:
2026-02-15 16:27:20 -08:00
parent 8bffdd60bc
commit 4495f333d8
51 changed files with 736 additions and 717 deletions

View File

@@ -12,7 +12,11 @@ services:
- /etc/passwd:/etc/passwd:ro
user: ${PUID}:${PGID}
healthcheck:
test: ['CMD-SHELL', 'psql -U postgres -d spotify-manager -c "select version();"']
test:
[
'CMD-SHELL',
'psql -U postgres -d spotify-manager -c "select version();"',
]
interval: 1s
retries: 5
timeout: 5s