Portainer Stack

Ref: https://github.com/Jonesckevin/MagnifiJSON-viewer

MagnifiJSON-viewer Example

yaml 1 lines
# MagnifiJSON-viewer

https://github.com/Jonesckevin/MagnifiJSON-viewer

services: magnijson: image: jonesckevin/magnifijson-viewer:latest container_name: magnijson-webui ports: - “9021:8080” volumes: - ./upload:/app/upload # Persisted JSON file uploads - ./exports:/app/exports # Exports, saved queries, app state restart: unless-stopped security_opt: - no-new-privileges:true healthcheck: test: [“CMD”, “curl”, “-f”, “http://localhost:8080/”] interval: 30s timeout: 5s retries: 3 start_period: 15s

Plain Text 1 lines