Primo caricamento

This commit is contained in:
Francesco Picone
2025-12-29 15:32:02 +01:00
commit 3c8268a123
2 changed files with 13 additions and 0 deletions

2
.env Normal file
View File

@@ -0,0 +1,2 @@
GUI_PORT=9000
API_PORT=8000

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: unless-stopped
ports:
- "${API_PORT}:8000"
- "${GUI_PORT}:9443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data