This website requires JavaScript.
Explore
Help
Sign In
chibicitiberiu
/
ytsm
Watch
1
Star
0
Fork
0
You've already forked ytsm
mirror of
https://github.com/chibicitiberiu/ytsm.git
synced
2024-02-24 05:43:31 +00:00
Code
Issues
Releases
Wiki
Activity
d8f4151242
ytsm
/
docker
/
init.sh
5 lines
78 B
Bash
Raw
Normal View
History
Unescape
Escape
Fixed docker image. Fixed issue with environment variable interpolation (on Linux, it is case sensitive, so converting to lowercase was bad. Cleaned up directory structure.
2018-11-02 00:25:15 +00:00
#!/bin/bash
./manage.py migrate
Docker server should have multiple workers to work properly.
2018-11-02 00:32:29 +00:00
gunicorn -b 0.0.0.0:8000 -w
4
YtManager.wsgi
Reference in New Issue
Copy Permalink