hardcode domains
All checks were successful
CI / build (push) Successful in 55s

This commit is contained in:
2025-12-27 13:34:17 -06:00
parent 1404b76bca
commit fa923fe600

View File

@@ -5,14 +5,13 @@ services:
dockerfile: Dockerfile
image: ${DOCKER_IMAGE:-software-station:latest}
environment:
- PORT=${PORT:-8080}
- NODE_ENV=production
- GITEA_TOKEN=${GITEA_TOKEN}
- GITEA_SERVER=${GITEA_SERVER:-https://git.quad4.io}
- CONFIG_PATH=/app/data/software.txt
- UA_BLOCKLIST_PATH=/app/data/ua-blocklist.txt
# Coolify automatically populates SERVICE_URL_SOFTWARE_STATION with the domain
- ALLOWED_ORIGINS=${ALLOWED_ORIGINS:-${SERVICE_URL_SOFTWARE_STATION}}
PORT: ${PORT:-8080}
NODE_ENV: production
GITEA_TOKEN: ${GITEA_TOKEN}
GITEA_SERVER: https://git.quad4.io
CONFIG_PATH: /app/data/software.txt
UA_BLOCKLIST_PATH: /app/data/ua-blocklist.txt
ALLOWED_ORIGINS: https://software.quad4.io
volumes:
- software-station-data:/app/data
- software-station-cache:/app/.cache
@@ -23,4 +22,3 @@ services:
volumes:
software-station-data:
software-station-cache: