diff --git a/.env.developer b/.env.developer index 5d9467f..2e3f270 100644 --- a/.env.developer +++ b/.env.developer @@ -1,2 +1,5 @@ VITE_BASE_URL=http://localhost:3000 -VITE_YANDEX_MAPS_KEY=13f4c06b-cb7e-4eeb-81f1-af52f12587b2 \ No newline at end of file +VITE_YANDEX_MAPS_KEY=13f4c06b-cb7e-4eeb-81f1-af52f12587b2 +SMTP_USER=rentalservicekg@yandex.ru +SMTP_APP_PASSWORD=uljislsoihthciju +DATABASE_URL="file:./database.db" \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 8001666..b6422d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ ENV VITE_BASE_URL=https://rental.koptilnya.xyz ENV VITE_YANDEX_MAPS_KEY=13f4c06b-cb7e-4eeb-81f1-af52f12587b2 ENV SMTP_USER=rentalservicekg@yandex.ru ENV SMTP_APP_PASSWORD=uljislsoihthciju +ENV DATABASE_URL="file:./database.db" EXPOSE 80