Add devenv for development

This commit is contained in:
Darko Gjorgjijoski
2025-09-01 11:14:20 +02:00
parent 9412305986
commit 87cd259190
11 changed files with 785 additions and 24 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:
@@ -40,7 +39,5 @@ services:
networks:
invoiceshelf:
volumes:
invoiceshelf_storage:
invoiceshelf_sqlite: