Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pin postgres version to 18 (#74)

Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>

authored by

Chenyu
Emelia Smith
and committed by
GitHub
2ba25537 d8b2d870

+2 -2
+2 -2
docker-compose.yaml
··· 254 254 postgres: 255 255 hostname: postgres 256 256 container_name: postgres 257 - image: postgres:latest 257 + image: postgres:18 258 258 ports: 259 259 - "5432:5432" 260 260 volumes: 261 - - metadata_data:/var/lib/postgresql/data 261 + - metadata_data:/var/lib/postgresql 262 262 environment: 263 263 - POSTGRES_PASSWORD=FoolishPassword 264 264 - POSTGRES_USER=osprey