1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 00:31:02 +08:00
1Panel-Appstore/apps/picx/latest/docker-compose.yml
pooneyy 3c1aab7b47
📦 build(picx): optimize docker deployment
- switch from local build to pre-built ghcr.io images
- simplify docker-compose configuration by removing build context
- fix entrypoint.sh copy path in latest Dockerfile
- add multi-architecture support to data.yml
2025-10-02 22:30:55 +08:00

18 lines
346 B
YAML

services:
picx:
image: ghcr.io/pooneyy/picx:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- ${DATA_PATH}:/usr/share/nginx/html
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true