services:
  zentao:
    image: hub.zentao.net/app/zentao:20.0
    container_name: ${CONTAINER_NAME}
    restart: always
    ports:
      - ${PANEL_APP_PORT_HTTP}:80
    volumes:
      - ./data:/data
    environment:
      - MYSQL_INTERNAL=true
    networks:
      - 1panel-network
    labels:
      createdBy: "Apps"
networks:
  1panel-network:
    external: true