Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

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

chore: use docker hub image for postgres

+1 -1
+1 -1
docker-compose.yml
··· 9 9 services: 10 10 11 11 postgres: 12 - image: registry.dekaside.com/library/postgres:13 12 + image: dekalabs/postgres:13 13 13 volumes: 14 14 - postgres_data:/var/lib/postgresql/data 15 15 - postgres_data_backups:/backups