fix(docker-compose) safe-guard DATABASE_URL with single quotes to avoid issues@@ -23,7 +23,7 @@ services:
environment:
- COOKIE_NAME=gitfoss_ssid
- COOKIE_SECRET=gitfoss-cookie-secret
- - DATABASE_URL=postgresql://postgres:change_me_password@gitfoss_db:5432/gitfoss?sslmode=disable&connection_limit=3
+ - DATABASE_URL='postgresql://postgres:change_me_password@gitfoss_db:5432/gitfoss?sslmode=disable&connection_limit=3'
- DEPLOYMENT_DOMAIN=local-app.localhost
- DEPLOYMENT_SCHEME=http
- GIT_REPOSITORIES_ROOT=/var/lib/gitfoss/repos