mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-17 02:04:03 +00:00
Development Environment (#459)
* Fix SQLite docker build related issues * Add devenv for development
This commit is contained in:
committed by
GitHub
parent
f1635bcef8
commit
8842d6a626
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user