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

@@ -38,7 +38,11 @@ services:
- postgres_data:/var/lib/postgresql
user: ${PUID}:${PGID}
healthcheck:
test: ['CMD-SHELL', 'psql -U ${POSTGRES_USER} -d ${POSTGRES_DB} -c "select version();"']
test:
[
'CMD-SHELL',
'psql -U ${POSTGRES_USER} -d ${POSTGRES_DB} -c "select version();"',
]
interval: 1s
retries: 5
timeout: 5s

View File

@@ -12,4 +12,3 @@ sudo deluser --remove-all-files $username
# clean-up
sudo find / -user "$uid_num" -delete