Is there somebody able to help me in this? The application itself is working properly but this service is configurator is still exiting with following error. Thank you in advance!!
b34d187c2655732a708d8e2a417c5e7f6974d8b465630b9ef26aa13ae9a7f12f crowdechain/omnicommerce:0.0.1 “bash -c ‘bench set-config -g db_host $DB_HOST; bench set-config -gp db_port $DB_PORT; bench set-config -g redis_cache "redis://$REDIS_CACHE"; bench set-config -g redis_queue "redis://$REDIS_QUEUE"; bench set-config -g redis_socketio "redis://$REDIS_SOCKETIO"; bench set-config -gp socketio_port $SOCKETIO_PORT;\n’”
the container exits after setting config
# Single Compose Setup
This setup is a very simple single compose file that does everything to start required services and a frappe-bench. It is used to start play with docker instance with a site. The file is located in the root of repo and named `pwd.yml`.
## Services
### frappe-bench components
- backend, serves gunicorn backend
- frontend, serves static assets through nginx frontend reverse proxies websocket and gunicorn.
- queue-default, default rq worker.
- queue-long, long rq worker.
- queue-short, short rq worker.
- schedule, event scheduler.
- websocket, socketio websocket for realtime communication.
### Run once configuration
- configurator, configures `common_site_config.json` to set db and redis hosts.
- create-site, creates one site to serve as default site for the frappe-bench.
This file has been truncated. show original
system
Closed
August 13, 2023, 10:26am
4
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.