Inicia integrar Anzograph

This commit is contained in:
Oxy8
2026-02-13 16:39:41 -03:00
parent f3db6af958
commit 343055b7dd
13 changed files with 666 additions and 20472 deletions

View File

@@ -1,9 +1,23 @@
services:
app:
build: .
depends_on:
- anzograph
ports:
- "5173:5173"
env_file:
- .env
command: sh -c "npm run layout && npm run dev -- --host"
volumes:
- .:/app
- /app/node_modules # Prevents local node_modules from overwriting the container's
- .:/app:Z
- /app/node_modules
anzograph:
image: cambridgesemantics/anzograph:latest
container_name: anzograph
ports:
- "8080:8080"
- "8443:8443"
volumes:
- ./data:/opt/shared-files:Z