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,11 +5,10 @@
services:
webapp:
#image: invoiceshelf/invoiceshelf:nightly
container_name: invoiceshelf-sqlite
build:
context: ../../
dockerfile: docker/production/Dockerfile
container_name: invoiceshelf-sqlite
ports:
- "8090:8080" # 8090 is the public port.
volumes:
@@ -36,11 +35,7 @@ services:
#- MAIL_PASSWORD_FILE=<filename>
#- MAIL_ENCRYPTION=null
restart: unless-stopped
networks:
invoiceshelf:
volumes:
invoiceshelf_storage:
invoiceshelf_sqlite: