mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-10 06:54:46 +00:00
Add devenv for development
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user