diff --git a/TV_Containers/tiramisu/.env b/TV_Containers/tiramisu/.env deleted file mode 100644 index f0ed498..0000000 --- a/TV_Containers/tiramisu/.env +++ /dev/null @@ -1,30 +0,0 @@ -SERVICE_NAME=tiramisu -DOMAIN_NAME=example.com -# - BASE_DIR MUST use forward slashes, even on Windows. -# Example: C:/Users/you/Docker Stuff (NOT C:\\Users\\you\\Docker Stuff) - -# Absolute base directory on the Windows host (forward slashes only). -BASE_DIR=C:/DockerStuff - -# Absolute stack directory (where compose.yaml + Dockerfile + custom-* live). -# BAT should set this to the generated stack folder. -STACK_DIR=C:/DockerStuff/stacks/tiramisu - -# Single container/service name. -CONTAINER_NAME=tiramisu-media - -# Host port bindings (BAT writes concrete values; do not leave blank): -PLEX_HOST_PORT=32400 -JELLYFIN_HOST_PORT=8096 - -GOSTORM_HOST_PORT=8090 -METRICS_HOST_PORT=9080 - -# Internal Tiramisu metrics/control port (default 9080, no conflict with Jellyfin/Emby 8096) -TIRAMISU_METRICS_PORT=9080 - -# LinuxServer base image defaults (BAT may override for user preferences) -PUID=1000 -PGID=1000 -TZ=America/Chicago -PLEX_CLAIM= \ No newline at end of file