chore(prod): preserve production compose settings

This commit is contained in:
Adolfo Reyna
2026-08-18 18:55:54 +00:00
parent 44988dfda2
commit 4c1afea365
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@ services:
- WEB_PUSH_EMAIL=${WEB_PUSH_EMAIL} - WEB_PUSH_EMAIL=${WEB_PUSH_EMAIL}
- EMAILPASS=${EMAILPASS} - EMAILPASS=${EMAILPASS}
- PORT=3001 - PORT=3001
- COOKIE_SECURE=true
- NODE_ENV=production
- TRANSLATION_PROVIDER=${TRANSLATION_PROVIDER:-openai} - TRANSLATION_PROVIDER=${TRANSLATION_PROVIDER:-openai}
- MARIAN_TRANSLATION_URL=http://translation:8000 - MARIAN_TRANSLATION_URL=http://translation:8000
volumes: volumes:
+3
View File
@@ -0,0 +1,3 @@
git pull
docker compose down
docker compose up -d