fix : remove init script, set backup cron to 18h30

This commit is contained in:
2026-03-31 10:56:14 +02:00
parent 9c74eb9114
commit 89c1e741ed
4 changed files with 32 additions and 37 deletions

View File

@@ -7,5 +7,4 @@ services:
- "5432:5432"
volumes:
- ./data:/var/lib/postgresql/data
- ./init:/docker-entrypoint-initdb.d:ro
restart: unless-stopped