28 lines
737 B
YAML
28 lines
737 B
YAML
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 |