Inital Adding of Compose Files

This commit is contained in:
mindesbunister
2025-06-24 13:31:31 +02:00
parent 2a146b67fb
commit 1f2b05c937
87 changed files with 30542 additions and 0 deletions

15
compose_files/portainer.yml Executable file
View File

@@ -0,0 +1,15 @@
#docker-compose.yml
version: "3.3"
services:
portainer:
image: portainer/portainer
container_name: portainer
volumes:
- /home/icke/portainer:/data
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "9001:9000"
- "8000:8000"
restart: unless-stopped