Code Monkey home page Code Monkey logo

izone-docker's Introduction

izone-docker's People

Contributors

hopetree avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

izone-docker's Issues

执行到这一步就出错,web服务自动停止

root@server:~/izone-docker# docker-compose up -d
Creating network "izonedocker_frontend" with driver "bridge"
Creating network "izonedocker_backend" with driver "bridge"
Creating izone_redis ... 
Creating izone_db ... 
Creating izone_redis
Creating izone_redis ... done
Creating izone_web ... 
Creating izone_web ... done
Creating izone_nginx ... 
Creating izone_nginx ... done
root@server:~/izone-docker# docker-compose ps
   Name                  Command               State                    Ports                   
-----------------------------------------------------------------------------------------------
izone_db      docker-entrypoint.sh mysqld      Up      3306/tcp, 33060/tcp                      
izone_nginx   nginx -g daemon off;             Up      0.0.0.0:443->443/tcp, 0.0.0.0:80->80/tcp 
izone_redis   docker-entrypoint.sh redis ...   Up      6379/tcp                                 
izone_web     gunicorn izone.wsgi -b 0.0 ...   Up                                               
root@server:~/izone-docker# docker exec -it izone_web python manage.py makemigrations
cannot exec in a stopped state: unknown
root@server:~/izone-docker# docker exec -it izone_web python manage.py migrate
cannot exec in a stopped state: unknown
root@server:~/izone-docker# docker exec -it izone_web python manage.py makemigrations

然后就这样

root@server:~/izone-docker# docker-compose ps
   Name                  Command                 State                       Ports                   
----------------------------------------------------------------------------------------------------
izone_db      docker-entrypoint.sh mysqld      Up           3306/tcp, 33060/tcp                      
izone_nginx   nginx -g daemon off;             Up           0.0.0.0:443->443/tcp, 0.0.0.0:80->80/tcp 
izone_redis   docker-entrypoint.sh redis ...   Up           6379/tcp                                 
izone_web     gunicorn izone.wsgi -b 0.0 ...   Restarting                                            
root@server:~/izone-docker# 

Doc for third-party login

博主的izone和docker版很好用,但是第三方登录的时候,我没搞清楚如何进行token设置,也没有在wiki或者代码中找到说明。


请问有计划补充一个文档说明吗,如果没有的话,想请教一下具体如何设置微博和GitHub的token,以及管理后台如何填写

感谢!

访问失败

请问大佬们
image
所有的docker都启动了,问什么访问不了

支持

老哥要出docker版的博客吗?期待更新

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.