Link and Leafcutter Dockerfiles
This commit is contained in:
parent
6dc4cfd3cc
commit
4e4603bd71
5 changed files with 42 additions and 28 deletions
|
|
@ -237,13 +237,15 @@ services:
|
|||
|
||||
leafcutter:
|
||||
container_name: leafcutter
|
||||
build: ./apps/leafcutter
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./apps/leafcutter/Dockerfile
|
||||
expose:
|
||||
- "3000"
|
||||
ports:
|
||||
- "8004:3000"
|
||||
environment:
|
||||
ZAMMAD_PROXY_URL: ${ZAMMAD_PROXY_URL}
|
||||
LINK_EMBEDDED: "true"
|
||||
|
||||
volumes:
|
||||
elasticsearch-data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue