Merge 4e56cccea5
into 7ec201d011
This commit is contained in:
commit
3a911182d4
1 changed files with 19 additions and 0 deletions
|
@ -29,6 +29,15 @@ services:
|
|||
networks:
|
||||
- perplexica-network
|
||||
restart: unless-stopped
|
||||
develop:
|
||||
watch:
|
||||
- action: sync
|
||||
path: ./backend
|
||||
target: /home/perplexica
|
||||
ignore:
|
||||
- node_modules/
|
||||
- action: rebuild
|
||||
path: backend.dockerfile
|
||||
|
||||
perplexica-frontend:
|
||||
build:
|
||||
|
@ -45,6 +54,16 @@ services:
|
|||
networks:
|
||||
- perplexica-network
|
||||
restart: unless-stopped
|
||||
develop:
|
||||
watch:
|
||||
- action: sync
|
||||
path: ./frontend
|
||||
target: /app
|
||||
ignore:
|
||||
- node_modules/
|
||||
- .next/
|
||||
- action: rebuild
|
||||
path: app.dockerfile
|
||||
|
||||
networks:
|
||||
perplexica-network:
|
||||
|
|
Loading…
Add table
Reference in a new issue