This commit is contained in:
2026-05-20 13:47:17 +02:00
parent be5bff6e14
commit 555d37dfaa
20 changed files with 672 additions and 17 deletions
+28
View File
@@ -0,0 +1,28 @@
version: "2.4"
services:
stackpulse:
container_name: stackpulse
image: ghcr.io/mboehmlaender/stackpulse
ports:
- '4001:4001'
environment:
- PORTAINER_URL=https://10.10.10.21:9443/
- PORTAINER_API_KEY=ptr_FOb9TnTWWsGYHidw8lDv2zNdRP9nDVUH+vVTWj+bPmo=
- SELF_STACK_ID=161
- SUPERUSER_USERNAME=michael
- SUPERUSER_EMAIL=mboehmlaender@gmx.net
- SUPERUSER_PASSWORD=rabenNest7$
networks:
DMZ:
ipv4_address: 10.10.12.10
volumes:
- stackpulse_data:/app/backend/data
restart: always
networks:
DMZ:
external: true
volumes:
stackpulse_data:
external: true