最后活跃于 9 months ago

lectom 修订了这个 Gist 9 months ago. 转到此修订

1 file changed, 3 insertions

docker-compose.yml

@@ -1,3 +1,6 @@
1 + build:
2 + context: .
3 + dockerfile: ./Dockerfile
1 4 command: >
2 5 sh -c "
3 6 python manage.py migrate &&

lectom 修订了这个 Gist 9 months ago. 转到此修订

1 file changed, 4 insertions

docker-compose.yml(文件已创建)

@@ -0,0 +1,4 @@
1 + command: >
2 + sh -c "
3 + python manage.py migrate &&
4 + gunicorn sago.wsgi:application --bind 0.0.0.0:8000 "
上一页 下一页