Development Environment (#459)

* Fix SQLite docker build related issues

* Add devenv for development
This commit is contained in:
Darko Gjorgjijoski
2025-09-01 11:47:58 +02:00
committed by GitHub
parent f1635bcef8
commit 8842d6a626
11 changed files with 785 additions and 26 deletions

View File

@@ -5,7 +5,7 @@
services:
database:
container_name: invoiceshelf-mdb
container_name: invoiceshelf-mysql
image: mariadb:10
environment:
- MYSQL_DATABASE=invoiceshelf
@@ -15,7 +15,7 @@ services:
expose:
- 3306
volumes:
- mysql:/var/lib/mysql
- invoiceshelf_mysql:/var/lib/mysql
networks:
- invoiceshelf
restart: unless-stopped
@@ -32,7 +32,7 @@ services:
ports:
- 90:8080
volumes:
- appdata:/var/www/html/storage/
- invoiceshelf_storage:/var/www/html/storage/
networks:
- invoiceshelf
environment:
@@ -71,5 +71,5 @@ networks:
invoiceshelf:
volumes:
mysql:
appdata:
invoiceshelf_mysql:
invoiceshelf_storage: