diff --git a/Ticketing_Containers/freescout/compose.yaml b/Ticketing_Containers/freescout/compose.yaml index 0b2f2a7..41b3e1e 100644 --- a/Ticketing_Containers/freescout/compose.yaml +++ b/Ticketing_Containers/freescout/compose.yaml @@ -18,8 +18,8 @@ services: - DB_HOST=freescout-db - DB_NAME=freescout_db - DB_USER=freescout # feel free to change this to a different user. - - DB_PASS= - - SITE_URL=https://support.gabesville.com #Change to your IP and Port listed above + - DB_PASS=${DB_PASSWORD} + - 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_PASS=AReallyLongStrongPasswordWithNum3r5andComplex1ty #Change to a secure password - ENABLE_SSL_PROXY=FALSE @@ -33,10 +33,10 @@ services: volumes: - /srv/docker/freescout/db:/var/lib/mysql environment: - - ROOT_PASS= + - ROOT_PASS=${DB_PASSWORD} - DB_NAME=freescout_db - DB_USER=freescout # must match the DB_USER in section above - - DB_PASS= + - DB_PASS=${DB_PASSWORD} - CONTAINER_NAME=freescout-db restart: unless-stopped