continue with documentation

cleanup preview related folders
fix typos / errors
This commit is contained in:
Marco Ochse
2024-03-22 16:48:40 +01:00
parent e21eb1aef6
commit fc0ca4c935
113 changed files with 236 additions and 20640 deletions

View File

@ -1,9 +0,0 @@
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.

View File

@ -2,7 +2,7 @@ from datetime import datetime
import yaml
version = \
"""# T-Pot Service Builder v0.2
"""# T-Pot Service Builder v0.21
This script is intended as a kickstarter for users who want to build a customized docker-compose.yml for use with T-Pot.
@ -14,9 +14,9 @@ version = \
"""
header = \
"""# T-Pot: CUSTOM EDITION
# Generated on: {current_date}
"""
"""# T-Pot: CUSTOM EDITION
# Generated on: {current_date}
"""
config_filename = "tpot_services.yml"
service_filename = "docker-compose-custom.yml"