mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
chore: stop requiring SLACK_TOKEN
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user