Removing yacy.
This commit is contained in:
parent
e512622968
commit
9547c1115a
|
@ -1,7 +0,0 @@
|
|||
HTTP_PORT=8090
|
||||
HTTPS_PORT=8443
|
||||
|
||||
LOG_MAX_SIZE=5m
|
||||
LOG_MAX_FILE=5
|
||||
|
||||
LOCAL_DATA_PATH=/var/log/yacy
|
|
@ -1,19 +0,0 @@
|
|||
version: '3.7'
|
||||
|
||||
services:
|
||||
yacy:
|
||||
image: luccioman/yacy:latest-alpine
|
||||
container_name: yacy
|
||||
ports:
|
||||
- "${HTTP_PORT}:${8090}/tcp"
|
||||
#- "${HTTPS_PORT}:${8443}/tcp"
|
||||
env_file: .env
|
||||
volumes:
|
||||
- "${LOCAL_DATA_PATH}:/opt/yacy_search_server/DATA"
|
||||
#user: "${HOST_USER}"
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "${LOG_MAX_SIZE:-5m}"
|
||||
max-file: "${LOG_MAX_FILE:-5}"
|
Loading…
Reference in a new issue