Inicia integrar Anzograph
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user