feat: update Docker Compose configuration and add deployment script

This commit is contained in:
Nils-Johan Gynther
2026-04-15 20:06:20 +02:00
parent 8efd9f6e1e
commit 29d4cef688
3 changed files with 45 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
# Kopiera till .env och fyll i riktiga värden
# cp .env.example .env
# MariaDB
MARIADB_ROOT_PASSWORD=byt-ut-mig
MARIADB_DATABASE=recipe_app
MARIADB_USER=recipe_user
MARIADB_PASSWORD=byt-ut-mig
# Publik URL (används av frontend)
NEXT_PUBLIC_APP_URL=https://recept.gynther.se
NEXT_PUBLIC_API_URL=https://api.recept.gynther.se