Initial commit - All Portainer stacks from Mac

This commit is contained in:
Kevin Douglas
2026-04-27 10:05:40 -04:00
commit 49006ddd71
20 changed files with 571 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
version: "3.8"
services:
13ft-ladder:
container_name: 13ft-ladder
image: wasimaster/13ft:latest
restart: unless-stopped
hostname: 13ft-ladder
ports:
- "192.168.1.155:5000:5000/tcp" # Keeps your specific host IP binding
environment:
PORT: "5000"
TZ: America/New_York # Add for consistent timestamps
working_dir: "/app"
entrypoint:
- "python"
command:
- "portable.py"
logging:
driver: json-file