Commit Graph

15 Commits

Author SHA1 Message Date
f0ac4e0cdf fix: add APP_KEY to .env.example for configuration 2025-12-04 20:40:06 +01:00
679b6ab913 fix: make APP_KEY configurable with environment variable 2025-12-04 20:39:13 +01:00
a93c8d236a fix: add .env to .gitignore 2025-12-04 20:30:31 +01:00
92782bfff3 fix: fix incorrect environment variable name for frontend service 2025-12-04 20:28:50 +01:00
d052e464b2 fix: update environment variables in docker-compose for better configurability 2025-12-04 20:28:19 +01:00
72bca8876e refactor: remove unused Caddyfile configuration 2025-12-04 20:11:52 +01:00
380cf51b77 Merge branch 'feature/docker-frankenphp' into feature/docker 2025-12-04 20:08:36 +01:00
cbfd4f1b68 refactor: remove unused NUXT_HOST and NUXT_PORT environment variables 2025-12-04 12:17:13 +01:00
be284c061e refactor: add sample domain and environment variables 2025-12-04 12:16:09 +01:00
e62fe4c443 feat: make backend image default to port 80 2025-12-04 12:10:48 +01:00
187b56b464 feat: build custom image for backend 2025-12-02 16:19:51 +01:00
c99017623b feat: add docker-compose stack with FrankenPHP 2025-12-02 15:32:23 +01:00
77c4164dcb refactor: update docker-compose.yml to define service names and improve structure 2025-10-31 17:46:31 +01:00
550f07df79 fix: update php_fastcgi service reference in Caddyfile 2025-10-31 17:46:17 +01:00
79a8c4f229 feat: add basic Docker configuration for backend and frontend services 2025-10-28 12:28:11 +01:00