mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
remove venv
This commit is contained in:
parent
c602cf0b00
commit
2418023ddd
@ -96,7 +96,7 @@ services:
|
|||||||
container_name: allianceauth_gunicorn
|
container_name: allianceauth_gunicorn
|
||||||
<<: [*allianceauth-base]
|
<<: [*allianceauth-base]
|
||||||
entrypoint: [
|
entrypoint: [
|
||||||
"/opt/venv/bin/gunicorn",
|
"gunicorn",
|
||||||
"myauth.wsgi",
|
"myauth.wsgi",
|
||||||
"--bind=0.0.0.0:8000",
|
"--bind=0.0.0.0:8000",
|
||||||
"--workers=3",
|
"--workers=3",
|
||||||
@ -109,7 +109,7 @@ services:
|
|||||||
container_name: allianceauth_worker_beat
|
container_name: allianceauth_worker_beat
|
||||||
<<: [*allianceauth-base]
|
<<: [*allianceauth-base]
|
||||||
entrypoint: [
|
entrypoint: [
|
||||||
"/opt/venv/bin/celery",
|
"celery",
|
||||||
"-A",
|
"-A",
|
||||||
"myauth",
|
"myauth",
|
||||||
"beat"
|
"beat"
|
||||||
@ -118,7 +118,7 @@ services:
|
|||||||
allianceauth_worker:
|
allianceauth_worker:
|
||||||
<<: [*allianceauth-base, *allianceauth-health-checks]
|
<<: [*allianceauth-base, *allianceauth-health-checks]
|
||||||
entrypoint: [
|
entrypoint: [
|
||||||
"/opt/venv/bin/celery",
|
"celery",
|
||||||
"-A",
|
"-A",
|
||||||
"myauth",
|
"myauth",
|
||||||
"worker",
|
"worker",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user