added portracker for testing

This commit is contained in:
2025-07-19 11:45:33 +00:00
parent b03410d095
commit 07e3a7ab4b

14
portracker/compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
portracker:
image: mostafawahied/portracker:latest
container_name: portracker
environment:
- DATABASE_PATH=/data/portracker.db
- PORT=4999
- INCLUDE_UDP=true
- DEBUG=false
network_mode: "host"
restart: unless-stopped
volumes:
- ./portracker/data:/data
- /var/run/docker.sock:/var/run/docker.sock:ro