initial commit

This commit is contained in:
theo
2025-12-23 21:04:10 +01:00
commit 9eb3783a10
3 changed files with 13 additions and 0 deletions

0
.env.example Normal file
View File

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
logs
data
.env

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: unless-stopped
ports:
- "127.0.0.1:9000:9000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data