mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-09 12:27:59 -05:00
chore(docker compose): correctly set APP_URL env
This commit is contained in:
@@ -26,7 +26,7 @@ services:
|
||||
container_name: app
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
APP_URL: http://localhost:3000
|
||||
APP_URL: https://donate.magicgrants.org
|
||||
DATABASE_URL: ${DATABASE_URL}
|
||||
|
||||
NEXTAUTH_URL: http://localhost:3000
|
||||
|
||||
Reference in New Issue
Block a user