1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-05-05 18:20:22 +08:00
github-action update-app-version 65e676f77f Update app version [skip ci]
2025-05-15 14:27:57 +08:00

18 lines
411 B
YAML

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:2.30.0-alpine
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true