riadag/portainer-ce

By riadag

Updated 3 months ago

Portainer Community Edition

Image
0

82

riadag/portainer-ce repository overview

name: portainer
services:
  portainer:
    cpu_shares: 90
    container_name: portainer
    deploy:
      resources:
        limits:
          memory: 3785M
        reservations:
          memory: "33554432"
    hostname: portainer
    image: riadag/portainer-ce:latest
    labels:
      icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Portainer/icon.png
    ports:
      - target: 8000
        published: "8000"
        protocol: tcp
      - target: 9000
        published: "9000"
        protocol: tcp
      - target: 9443
        published: "9443"
        protocol: tcp
    restart: unless-stopped
    volumes:
      - type: bind
        source: /DATA/AppData/portainer
        target: /data
      - type: bind
        source: /var/run/docker.sock
        target: /var/run/docker.sock
    devices: []
    cap_add: []
    command: []
    environment: []
    network_mode: bridge
    privileged: false
x-casaos:
  architectures:
    - amd64
    - arm
    - arm64
  author: Cp0204
  category: Utilities
  developer: Portainer
  hostname: ""
  icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Portainer/icon.png
  index: /
  is_uncontrolled: false
  main: portainer
  port_map: "9000"
  scheme: http
  screenshot_link:
    - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Portainer/screenshot-1.png
    - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Portainer/screenshot-2.png
  store_app_id: portainer
  thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Portainer/thumbnail.png
  tips: null
  title:
    custom: ""
    en_US: Portainer

localhost:9000

Tag summary

Content type

Image

Digest

sha256:c125d0021

Size

55.8 MB

Last updated

3 months ago

docker pull riadag/portainer-ce