Removing yacy.

This commit is contained in:
Alexey Skobkin 2022-01-27 03:26:26 +03:00
parent e512622968
commit 9547c1115a
2 changed files with 0 additions and 26 deletions

View File

@ -1,7 +0,0 @@
HTTP_PORT=8090
HTTPS_PORT=8443
LOG_MAX_SIZE=5m
LOG_MAX_FILE=5
LOCAL_DATA_PATH=/var/log/yacy

View File

@ -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}"