Compare commits

..

1 commit

Author SHA1 Message Date
1e983200b4 chore(deps): update postgres docker tag to v17 2024-11-12 12:32:46 +00:00

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:17.0@sha256:f176fef320ed02c347e9f85352620945547a9a23038f02b57cf7939a198182ae
image: postgres:17.0@sha256:1a8e4e79e276aa35de572f42f8f9c1595bf6547d105f39eb04e79c1d0b4f3267
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data