https://github.com/darkprinx/celery-chat
https://github.com/darkprinx/celery-chat
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darkprinx/celery-chat
- Owner: darkprinx
- Created: 2022-02-11T17:33:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T18:38:59.000Z (over 4 years ago)
- Last Synced: 2025-03-13T22:29:32.819Z (about 1 year ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# celery-chat
- create a local database(postgresql)
- migrate database from worker codebase
- get local ip like 192.xxx.xxx.xxx
- update .env files with local
- install redis server (if local redis is used)
- enable redis remote connection
- sudo systemctl restart redis
- run docker-compose up
### Basic flow
