services: fess01: image: ghcr.io/codelibs/fess:14.7.0 # build: ./playwright # use Playwright container_name: fess01 environment: - "SEARCH_ENGINE_HTTP_URL=http://es01:9200" - "FESS_DICTIONARY_PATH=${FESS_DICTIONARY_PATH:-/usr/share/opensearch/config/dictionary/}" # - "FESS_PLUGINS=fess-webapp-semantic-search:14.7.0 fess-ds-wikipedia:14.7.0" ports: - "8080:8080" networks: - esnet depends_on: - es01 logging: driver: "json-file" options: max-size: "10m" max-file: "5" restart: unless-stopped networks: esnet: driver: bridge