internal network port only

This commit is contained in:
Joel Falknau 2025-04-07 13:57:57 +10:00
parent b02413c30c
commit 57b3841293
No known key found for this signature in database

View File

@ -89,8 +89,8 @@ services:
container_name: allianceauth_gunicorn
<<: [*allianceauth-base]
entrypoint: ["gunicorn", "myauth.wsgi", "--bind=0.0.0.0:8000", "--workers=3", "--timeout=120", "--max-requests=500", "--max-requests-jitter=50"]
ports:
- 8000:8000
expose:
- 8000
allianceauth_beat:
container_name: allianceauth_worker_beat