Update Ticketing_Containers/freescout/compose.yaml

This commit is contained in:
2026-05-02 02:20:38 +00:00
parent 65438bc697
commit 268f6f0bfa
+4 -4
View File
@@ -18,8 +18,8 @@ services:
- DB_HOST=freescout-db - DB_HOST=freescout-db
- DB_NAME=freescout_db - DB_NAME=freescout_db
- DB_USER=freescout # feel free to change this to a different user. - DB_USER=freescout # feel free to change this to a different user.
- DB_PASS= - DB_PASS=${DB_PASSWORD}
- SITE_URL=https://support.gabesville.com #Change to your IP and Port listed above - SITE_URL=https://support.${DOMAIN_NAME}.com #Change to your IP and Port listed above
- ADMIN_EMAIL=noreply@gabesville.com #Change to your email - ADMIN_EMAIL=noreply@gabesville.com #Change to your email
- ADMIN_PASS=AReallyLongStrongPasswordWithNum3r5andComplex1ty #Change to a secure password - ADMIN_PASS=AReallyLongStrongPasswordWithNum3r5andComplex1ty #Change to a secure password
- ENABLE_SSL_PROXY=FALSE - ENABLE_SSL_PROXY=FALSE
@@ -33,10 +33,10 @@ services:
volumes: volumes:
- /srv/docker/freescout/db:/var/lib/mysql - /srv/docker/freescout/db:/var/lib/mysql
environment: environment:
- ROOT_PASS= - ROOT_PASS=${DB_PASSWORD}
- DB_NAME=freescout_db - DB_NAME=freescout_db
- DB_USER=freescout # must match the DB_USER in section above - DB_USER=freescout # must match the DB_USER in section above
- DB_PASS= - DB_PASS=${DB_PASSWORD}
- CONTAINER_NAME=freescout-db - CONTAINER_NAME=freescout-db
restart: unless-stopped restart: unless-stopped