dejavu
This commit is contained in:
@ -896,6 +896,18 @@ services:
|
||||
- frontend
|
||||
- backend
|
||||
|
||||
### Dejavu ##############################################
|
||||
dejavu:
|
||||
build:
|
||||
context: ./dejavu
|
||||
ports:
|
||||
- "${DEJAVU_HTTP_PORT}:1358"
|
||||
depends_on:
|
||||
- elasticsearch
|
||||
networks:
|
||||
- frontend
|
||||
- backend
|
||||
|
||||
### Certbot #########################################
|
||||
certbot:
|
||||
build:
|
||||
|
Reference in New Issue
Block a user