mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
continue with documentation
cleanup preview related folders fix typos / errors
This commit is contained in:
@ -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.
|
@ -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"
|
||||
|
Reference in New Issue
Block a user