Compare commits
1 Commits
maintain
...
renovate/r
| Author | SHA1 | Date | |
|---|---|---|---|
| 9686eec6c9 |
@ -122,7 +122,7 @@ services:
|
||||
backupbot.restore: "true"
|
||||
backupbot.restore.post-hook: sh -c 'gzip -d /postgres.dump.gz && pg_restore --clean -U "$$POSTGRES_USER" --dbname="$$POSTGRES_DB" < /postgres.dump && rm -f /postgres.dump'
|
||||
redis:
|
||||
image: redis:8.0
|
||||
image: redis:8.8
|
||||
networks:
|
||||
- backend
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user