Giter VIP home page Giter VIP logo

Comments (1)

GDay avatar GDay commented on June 12, 2024

Sorry to hear that!

[17] [INFO] Booting worker with pid: 17
/usr/local/lib/python3.9/site-packages/environ/environ.py:637: UserWarning: Error reading back/.env - if you're not configuring your environment separately, check this.
warnings.warn(

That's nothing to worry about. That's a normal warning from one of the libraries. Everyone gets that. Also, it shows that that the worker booted, so that's all looking good. The worker deals with a few things that run in the background.

[Q] INFO Q Cluster hydrogen-high-low-sierra running.

That too is totally fine. that's the cluster for the workers that seems to be operational. This cluster will rotate every 15 minutes or so.

Based on that, I am pretty sure that the worker and probably also the app itself are running fine. Both the worker and the main app are started by supervisor. Since the worker is running, I am assuming that the app works too.
The issue in this case is likely caddy/nginx. You can use nginx if you want, that should work if you reverse port 8000 of the web through nginx. For that, I think you will have to take it out of the global network or set Ports on the web service to 8000:8000. Though, I am not an expert on Docker.

I have previously used nginx for this app, see the files here if you need that: https://github.com/chiefonboarding/ChiefOnboarding/tree/3d4a7ff07e9dcfaaabdc82df5c7c398b3f85d2ab/nginx

By the way, you are using the docker-compose config from here, right: https://docs.chiefonboarding.com/deployment/ ?

And not the one that is in the repo? The one that is in the repo is the development compose file.

from chiefonboarding.

Related Issues (20)

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.