Initial commit
This commit is contained in:
18
stacks/monitoring/portainer.yaml
Normal file
18
stacks/monitoring/portainer.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
portainer:
|
||||
container_name: portainer
|
||||
image: portainer/portainer-ce:lts
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /srv/homelab/data/portainer/data:/data
|
||||
ports:
|
||||
- "9443:9443"
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- TRUSTED_ORIGINS=portainer.home
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
Reference in New Issue
Block a user