mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
Merge branch 'cherry-pick-2418023d' into 'v4.x'
remove venv from python command See merge request allianceauth/allianceauth!1592
This commit is contained in:
commit
3a95b89779
@ -96,7 +96,7 @@ services:
|
||||
container_name: allianceauth_gunicorn
|
||||
<<: [*allianceauth-base]
|
||||
entrypoint: [
|
||||
"/opt/venv/bin/gunicorn",
|
||||
"gunicorn",
|
||||
"myauth.wsgi",
|
||||
"--bind=0.0.0.0:8000",
|
||||
"--workers=3",
|
||||
@ -109,7 +109,7 @@ services:
|
||||
container_name: allianceauth_worker_beat
|
||||
<<: [*allianceauth-base]
|
||||
entrypoint: [
|
||||
"/opt/venv/bin/celery",
|
||||
"celery",
|
||||
"-A",
|
||||
"myauth",
|
||||
"beat"
|
||||
@ -118,7 +118,7 @@ services:
|
||||
allianceauth_worker:
|
||||
<<: [*allianceauth-base, *allianceauth-health-checks]
|
||||
entrypoint: [
|
||||
"/opt/venv/bin/celery",
|
||||
"celery",
|
||||
"-A",
|
||||
"myauth",
|
||||
"worker",
|
||||
|
Loading…
x
Reference in New Issue
Block a user