SERVICE_FQDN to SERVICE_URL from @Cinzya
Co-authored-by: Cynthia Ebert <54354036+Cinzya@users.noreply.github.com>
This commit is contained in:
parent
3a81331abe
commit
9cdf08a840
1 changed files with 1 additions and 1 deletions
|
|
@ -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}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue