SERVICE_FQDN to SERVICE_URL from @Cinzya

Co-authored-by: Cynthia Ebert <54354036+Cinzya@users.noreply.github.com>
This commit is contained in:
Titouan V 2025-09-01 13:02:07 +02:00 committed by GitHub
parent 3a81331abe
commit 9cdf08a840
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ services:
image: 'ghcr.io/capsoftware/cap-web:latest'
restart: unless-stopped
environment:
- SERVICE_FQDN_CAP_3000
- SERVICE_URL_CAP_3000
- 'DATABASE_URL=mysql://$SERVICE_USER_MYSQL:$SERVICE_PASSWORD_MYSQL@cap-db:3306/${MYSQL_DATABASE:-planetscale}'
- 'WEB_URL=${SERVICE_FQDN_CAP_3000}'
- 'NEXTAUTH_URL=${SERVICE_FQDN_CAP_3000}'