tpotce/compose
t3chn0m4g3 234fb16394 tweaking
where possible kibana visualizations are converted to lens objects (more than 100 objects)
all dashboards have been updated
fixes #1392 for leaving SentryPeer log tag out
add wordpot dashboard
after discussion (#1486) and testing iptables-legacy is no longer required
include all kibana objects for installation
cleaning up some service scripts
2024-03-18 16:19:49 +01:00
..
customizer.py Rework .env / env.example 2024-02-13 19:02:40 +01:00
mac_win.yml tweaking 2024-03-15 22:41:12 +01:00
mini.yml tweaking 2024-03-18 16:19:49 +01:00
mobile.yml tweaking 2024-03-15 22:41:12 +01:00
raspberry_showcase.yml tweaking 2024-03-15 22:41:12 +01:00
README Begin of restructuring ... 2023-06-13 23:59:09 +02:00
sensor.yml tweaking 2024-03-15 22:41:12 +01:00
standard.yml tweaking 2024-03-15 22:41:12 +01:00
tpot_services.yml tweaking 2024-03-15 22:41:12 +01:00

This folder contains docker-compose.yml files, basically referring to installation types.

Just copy the .yml file you want to use over the on in the parent folder, but unload docker compose first:
> $ docker compose down -v
> $ cd compose
> $ cp standard.yml ../docker-compose.yml

For Docker Desktop on macOS and Windows machines is only one .yml available "mac_win.yml" which is a stripped down
version of T-Pot able to run with the constraints of Docker Desktop.