appstore-1panel/apps/portainer-ce/latest/docker-compose.yml
MICUROWS fd5196cdc9
feat: 添加 portainer-ce 应用 (#355)
* Add portainer-ce

* push

* Add license scan report and status

Signed off by: fossabot <badges@fossa.com>

---------

Co-authored-by: root <root@localhost.localdomain>
Co-authored-by: fossabot <badges@fossa.io>
2023-09-07 17:53:44 +08:00

19 lines
417 B
YAML

version: '3'
services:
portainer-ce:
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:9000
- ${PORT_API}:8000
restart: always
networks:
- 1panel-network
volumes:
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock
image: portainer/portainer-ce:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true