This commit is contained in:
0xchaos 2025-02-07 15:38:49 +08:00 committed by GitHub
commit 3a911182d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: