chore: stop requiring SLACK_TOKEN

This commit is contained in:
2025-12-29 11:24:10 +00:00
parent b49318f9e6
commit 0e500037c4
4 changed files with 3 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
services:
psql:
image: postgres
image: postgres:18-alpine
environment:
POSTGRES_USER: postgres
# my condolences
POSTGRES_PASSWORD: skbiditoilet
volumes:
- ./psql:/var/lib/postgresql/data
- ./psql:/var/lib/postgresql
ports:
- 5555:5432
redis: