sdf
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-04-28 15:16:00 -05:00
parent d165276ef2
commit a099c46372

View file

@ -14,7 +14,7 @@ services:
environment: environment:
PUID: "1964" # The ID of the user the app will run as PUID: "1964" # The ID of the user the app will run as
PGID: "1964" # The ID of the group the app will run as PGID: "1964" # The ID of the group the app will run as
SECRET_KEY_BASE: a_nice_long_random_string SECRET_KEY_BASE: OD0CLgELUEWGoZ8IUnduGbxhyhh4vgjMBxBAjyopNOkATWIEWSYeWRDdfY6ulX2Fj7zuUp9dpgzjoFatNviLD8E5Cv2815eDrZxH9gNb52Taur0LzqBPk25yLCvsnjXK
REDIS_URL: redis://redis:6379/1 REDIS_URL: redis://redis:6379/1
# Database connection details; we recommend using a separate PostgreSQL # Database connection details; we recommend using a separate PostgreSQL